C5. Program Structure in 'C'


It is modular programming, called FUNCTIONS.
Out of all FUNCTIONS one should be main().
 Components of each function
Function Heading à Function Name, List of Arguments.
List of Argument Declaration.
Compound statements.
ARGUMENTS à They are symbols which represent Information being passed between the FUNCTION and the other parts of the PROGRAM.

No comments: