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 |
how to use C++?
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
Explain stl.
How does an stl file work?
write a piece of c++ code which allocate memory to the 50 object of type CObj
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
How stl is different from the c++ standard library?
what is compiler?
what is template and type convertion
what is strcture i++ i ++i answer to this i=5 what is the out put
What is the disadvantage of templates ?