How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / john
the loop runs forever guys....
have you tried this? without trying u r giving the random answers?
Sentrix, Eric, Manju,Pracheer Gupta are right...
other guys please try it....
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Should you pass exceptions by value or by reference?
What is the use of default constructor?
what are Operators and explain with an example?
Which operator cannot be overloaded c++?
To what does “event-driven” refer?
What are the stages in the development cycle?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Are vectors passed by reference c++?
what are the characteristics of Class Members in C++?
Which function cannot be overloaded c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is ios in c++?
Difference between overloading vs. Overriding
What is auto used for in c++?
Will a catch statement catch a derived exception if it is looking for the base class?