A Simple C Program

A simple C program basically consists of the following parts − Preprocessor Commands Functions Variables Statements & Expressions Comments Basic structure of C program #include

 Above shown the basic structure of C program. For every program we have to write above mention basic structure. How to write or print We can write or print … Read more