GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Hexaware

 Print  |  
Question:  why the execution of the c programme alway starts from main functions .



March 03, 2006 07:59:49 #1
 R.sivakumar   Member Since: Visitor    Total Comments: N/A 

RE: why the execution of the c programme alway starts ...
 
ans is: C complier first checks for main() function. if the complier found the main() function,execution starts at this point.
     

 

Back To Question