Anyone please tell me where the main() function of the \'C\' language returns its value?
The main function is at libery to return its value at any point at which it pleases. You simply write:
main
return my_return_value;
and it's game over.