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..
3 comments:
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
Sure, however i am a bit busy recently will upload as soon as possible.
from idiot
Sir..i would like to ask about DYNAMIC ALLOCATION of MEMORY..
is this subtopic will be teach in our lab..?
thx..
from wen hao
Post a Comment