why does the execution of a c++ program start with main()???
Answer Posted / avtar singh sidhu
The compiler was designed to recognize main as the entry
point in a program. It started that way with C, and C
compilers were just built that way. It's the same way with
C++ and Java just because of habit, consistency, standards,
etc.
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
How is stl different from c++ standard library?
What are the symptoms of stl?
Who created stl?
How do I convert a stl file?
What are the different types of stl containers?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is a stl vector?
Define stl.
what is template and type convertion
What are the components of stl?
how to use C++?
What is stl stand for?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
Who wrote stl?
Can we use stl in coding interviews?