+ 1

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

23rd Mar 2017, 4:30 PM
Mahesh Prabhu
Mahesh Prabhu - avatar
2 Respuestas
+ 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