Categories
 
  Search Scripts

 
  Sponsor Links
 
  Sponsor Links
 
What are the basics of main() - Tips and Tutorials
   
Description :

 

function main() is the application's main routine where a program starts execution.It is the first user-written function run when a program starts.Object-oriented C++ programs consist mostly of classes, but there's always at least one C-like function: main(). main() is called more or less at the beginning of the program's execution, and when main() ends, the runtime system shuts down the program. main() always returns an int, as shown below:

 
Total Hits : 12 | Category : Tips and Tutorials | Ratings : rating : 0
 
Reviews :
No available review for this entry at this moment... Would you like to be the first one to enter a review for it? Click here to review!

 

Home | About Us | Advertiser | Contact Us |

eXTReMe Tracker