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
How to declare a function pointer?
How do you define/declare constants in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Explain the register storage classes in c++.
What are the basic data types used in c++?
Does c++ have arraylist?
What is a friend function in c++?
In what situations do you have to use initialization list rather than assignment in constructors?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is c++ similar to?
Can we inherit constructor in c++?
Write about all the implicit member functions of a class?
What is flush programming?
Explain the use of virtual destructor?
What are the rules about using an underscore in a c++ identifier?