Tuesday, 26 April 2016

Structure of a C Program

Any C program comprises of one or more sections. It is as follows:

Documentation Section
Link Section 
Definition Section
Global Declaration
main() function
{
            Declaration part;
            Executable part;
}

Subprogram section
Function-1
Function-2

No comments:

Post a Comment