why does the execution of a c++ program start with main()???
Answers were Sorted based on User's Feedback
Answer / anupam
All the ans given above are right. But I think the main
funciton is a userdefined function whose name is fix known
by the compiler. When compiler star compiling the program
then it first read the address from the main function
adddress. So we can say that it is the starting point of
every program from which it execute.
| Is This Answer Correct ? | 4 Yes | 7 No |
What is 2*2?
What is stl in c++ with example?
What are the various types of stl containers?
write a program to search and display the position of an element in a single-dimentional array using function.
Write a program in C/C++ to implement reader- writer problem
write a program that input four digit no and finds it is palindrome or not
What do stl stand for?
c# support late binding or early binding.
write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "
what is template and type convertion
What is meant by stl in c++?
what is use of for loop?