The main() Function
Function consists of header and body.
Function header:
The type of the function -- eg: int.
The name of the function -- eg: main
The parameter list enclosed in parentheses -- eg: void
Previous slide
Next slide
Back to first slide
View graphic version