How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / eric
The loop will run forever.
K.premalatha is the foolest lady I have ever met.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Why the usage of pointers in C++ is not recommended ?
How are Structure passing and returning implemented by the compiler?
What is c++ coding?
What is c++ runtime?
Write about the use of the virtual destructor?
How would you find out if a linked-list is a cycle or not?
What do you mean by storage classes?
Is c++ the hardest programming language?
Write about all the implicit member functions of a class?
What is singleton class in c++?
What is input operator in c++?
Describe linkages and types of linkages?
Explain what data encapsulation is in c++?
If all is successful, what should main return a) 0 b) 1 c) void
What are disadvantages of pointers?