C

C Wikipedia Article

C is a very powerful language. C is used extensively, and has been since the 1970's when it was created.

You will often see the term C/C++. This is a reference to C++ and C being related. Do not think that learning one will make it easy to use the other, they are very different languages, with similar syntax.

Note: If you see any C tutorial that has "void main()", change "void" to "int" and have main return 0

Software

Learn C


References

Learning

Networking

Articles

Page tags: learn
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License