This website completely moved to new platform. For latest content, visit www.programmingposts.com

Search this Site

19 Jul 2012

Basic Structure of C program

  • Documentation Block
  • Preprocessor Directive Block 
  • Definition Section 
  • Global Declaration Section
  •  main()       
             {               
                     Variable Declaration Block     
                              Executable Instruction Block
                     }
        • Function Block
                             Function 1 module
                             Function 2 module
                             .
                             .
                             .
                            Function x module


          No comments:

          Post a Comment

          Thanks for your comments.
          -Sameer