×
☰ Menu

Structure of C Programming Language

C program basically consists of the following parts

    • Preprocessor Commands
    • Functions
    • Variables
    • Statements & Expressions
    • Comments

 

//Documentation Section 
//Link Section
//Definition Section
//Global Declaration Section 

main () Function Section
{
Declaration Part
Executable part
}

Subprogram Section
{
User defined functions 
}