How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / sentrix
Forever.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is the use of string in c++?
What do you mean by friend class & friend function in c++?
Explain the virtual inheritance in c++.
What is c++ runtime?
Why is c++ a mid-level programming language?
Is arr and &arr are same expression for an array?
What is the difference between multiple and multilevel inheritance in c++?
Why do we need constructors in c++?
what is pre-processor in C++?
How to declare an array of pointers to integer?
Write about an iterator class?
What is the full form nasa?
Specify some guidelines that should be followed while overloading operators?
What do you mean by function and operator overloading in c++?
Explain the difference between c++ and java.