1.Every C-Program must have atleast one function called main( ). It indicates the starting of the program.
2.All the C statements should be enclosed between a pair of braces left brace ( { ) & right brace( } ).
3.All the C statements should be in lower case letters only.
4.Every statement should be ended with a semicolon.
5.Blank spaces are provided between two words however no blank spaces are allowed within a word.
2.All the C statements should be enclosed between a pair of braces left brace ( { ) & right brace( } ).
3.All the C statements should be in lower case letters only.
4.Every statement should be ended with a semicolon.
5.Blank spaces are provided between two words however no blank spaces are allowed within a word.
No comments:
Post a Comment