Thread
:
How main() is getting called in C programm
View Single Post
shabbir
Go4Expert Founder
24May2008,23:04
Main is the entry point is what book says but actually before main is called there are lots of functions / variables that needs to be called / initialize like Global variables / static functions and all are done by CRTStartup function