Thursday, 1 November 2012


Basic Structures and Program Life Cycle




Basic Structure of C program  
 
All C  programs consist of the following
 
 elements:

#preprocessor directive


main( )

{

statements;

}

No comments:

Post a Comment