Structure of C Program
Structure of C Program
MAIN FUNCTION:
The main function is the place where the execution of a c program
starts.when the program is executed,the control enters main function().If a
program does not contain main function,it can be compiled but cannot be
executed.
SYNTAX:
Void main()