C Basics

The correct value to return to the operating system upon the successful completion of a program is 0.

The only function all C programs must contain is main().

To signal the beginning and end of code blocks { } are used.

The punctuation that ends most lines of C code is ;

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.