C Revision (Quick Notes)

Importance of main: main() function is the first function to be executed in the program. All the remaining functions in the program are called from main().