- All programming statements must be in lower case letter.
- Necessary header files must be included in the beginning.
- All programs must have main function.
- All variables must be declared with their data types.
- For each opening brace ‘{’ there should be a corresponding closing brace ‘}’.
- Each and every statement must be terminated with ‘;’ except the following statements.
* include statement
* function declaration statement
* if statement
* loop statement
* if statement
* loop statement
No comments:
Post a Comment