• C does not specify any return type for the main() function which is the starting point for the execution of a program.
    • In C++,the main() returns a value of type int to the operating system.