How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / guest
Forever
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
Please explain class & object in c++?
Describe linkages and types of linkages?
Explain the static member function.
What is c++ programming language?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Why do we use the using declaration?
What is operators in c++?
When should overload new operator on a global basis or a class basis?
What is a rooted hierarchy?
What is a constant? Explain with an example.
What is a character in c++?
What is increment operator in c++?
Can I learn c++ without knowing c?
Can class objects be passed as function arguments?