C7. Sections in C Rules in C


Documentation Section.
Include Section
Define Section.
Global Variable Section.
Main Section.
Variable Declaration Section.
Sub-program Section.
All KEYWORDS of 'C' Language must be declared in LOWERCASE only.
'C' is case sensitive Language i.e.; “APPLE” # 'Apple'
Keywords cannot be used for any other purpose in the program.

No comments: