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 |
Who created stl?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
write a program that input four digit no and finds it is palindrome or not
What is the stl, standard template library?
What two types of containers does the stl provide?
Write a program in C/C++ to implement reader- writer problem
how to making game in c++ ?
Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }
What is C++ could you enplane me please?
Define stl.
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
What do stl stand for?