What is an entry point of a program in c++?? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is an entry point of a program in c++??

23rd Mar 2017, 4:30 PM
Mahesh Prabhu
Mahesh Prabhu - avatar
2 Antworten
+ 26
main function...main ()
23rd Mar 2017, 4:40 PM
Frost
Frost - avatar
+ 4
An entry point is the point at which execution of program starts. In C++, it is the main() function.
23rd Mar 2017, 4:58 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar