why does the execution of a c++ program start with main()???
Answer Posted / 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 |
Post New Answer View All Answers
Is stl open source?
What is stl in c++ with example?
How does an stl file work?
How stl is different from the c++ standard library?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
how to use C++?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
What does stl mean in slang?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
How do I convert a stl file?
Why should a c++ programmer be interested in stl?
What is the stl, standard template library?
what is template and type convertion
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.