"C" Program Structure

 Structure Of "C" Program


1.Documentation Section(Optional)

2.Linking Section(Header Files)

3.Global Decalaration Section(Optional)


void main()

         {

             4.Local Decalaration

             5.Logic Section(Statements)

         }


Note-Main() is a special function , which is automatically get call by compiler whenever you axecute our programme.

void                main()

👆                   {

return              -

type                 -

                        }


C/C++ S/W Compiler

Tc 4.0/code Block 20.X

"C" Compiler                   "C++" Compiler

👆                                       👆

.C(Save)                            .CPP(Save)


                         -SHAHRUKH KHAN(CSE)

Comments

Popular posts from this blog

What Is Data Structure.Why Data Structure.And Types Of Data Structure?.

"Basic Introduction Of Programming Language:"

HTML(Hyper Text Markup Language)