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
What do you mean by storage classes?
How we can differentiate between a pre and post increment operators during overloading?
What is an orthogonal base class in c++?
What is abstract class in c++?
Implement stack operations with pointers with appropriate exception checks.
When is dynamic checking necessary?
What is a float in c++?
Explain how an exception handler is defined and invoked in a Program.
Write syntax to define friend functions in C++.
How new/delete differs from malloc()/free?
What is lambda expression c++?
What is array in c++ example?
How can I learn c++ easily?
What is a stack? How it can be implemented?
What is the copy-and-swap idiom?