How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / p.lakshmi narasimha
never
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is null pointer and void pointer and what is their use?
What is #include cmath?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
When should overload new operator on a global basis or a class basis?
Define basic type of variable used for a different condition in C++?
What is the meaning of string in c++?
Is multimap sorted c++?
What is the use of c++ programming language in real life?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is the use of 'using' declaration in c++?
Keyword mean in declaration?
Will this c++ program execute or not?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What are exceptions c++?