Rules For Creating A C Program
- _Romeyo Boy_ 
- Nov 29, 2021
- 1 min read

Following are the rules for creating a program in C;
- In this, all the keywords are in lowercase. 
- C language is case sensitive. As if else and IF ELSE are different from. 
- Keywords Words cannot be used for any other purpose, that is, they cannot be used as variables in the name of a function. 
- /* ......... */ and // are used in C language for comments. 
- When the execution of the program starts, then we always call the main( ) function first. 



_edited.jpg)
Comments