#include<header file>
main()
{
Variable declaration part
Executable statement part
}
Note:-
1. Blank spaces may be inserted between two words.
2. No blank spaces are allowed with in a word.
3. Usually all ‘c’ statements are entered in small case letters.
4. ‘C’ has no specific rules about the position at which different parts of a program.
5. Every program must have a special function named main ( ).
6. Every statement is terminated by semicolon.
__________________________________________________________________________________
__________________________________________________________________________________
Post a Comment