Friday, August 14, 2009

C Program Structure

The C program structure serve as a important basic for understanding how to write a C program. This structure describe the important component for writing a C Program.

           Preprocessor Directives

           Global Declarations

           int main (void){

           Local Definitions

           Statements

           return 0;
           }


3 comments:

Anonymous said...

Sir..can u upload about the syntax of call by value and reference??
if possible pls write a source code for it?
thx..

from wen hao

Anonymous said...

Sure, however i am a bit busy recently will upload as soon as possible.

from idiot

Anonymous said...

Sir..i would like to ask about DYNAMIC ALLOCATION of MEMORY..
is this subtopic will be teach in our lab..?
thx..

from wen hao