- Preprocessor directives
- Global data declarations
- main() [main function]
{ local declaration part;
program statements;
}
/* user defined functions*/
func 1()
{ ------------
------------
}
EXAMPLE:-
/* statement */ --- this is used to comment or to write it for understanding the steps. It does not effect the program.
2 Comments
What is clrscr
ReplyDeleteIt's clear screen and its header file is "conio.h".
DeleteWe write this to get a clear output screen.