Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

main function

The main function is a special function. Every C++ program must contain a 
function named main. It serves as the entry point for the program. The computer
will start running the code from the beginning of the main function.
 
PREVIOUS NEXT
Tagged: #main #function
ADD COMMENT
Topic
Name
9+3 =