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
Can a constructor be private?
Name four predefined macros.
What is the type of 'this' pointer?
How can you link a c++ program to c functions?
Explain the uses oof nested class?
What is a stack c++?
Define pure virtual function?
Write a note about the virtual member function?
What is c++ mutable?
What is searching?
Write about an iterator class?
What is a class definition?
What is class in c++ with example?
What is c++ 11 and c++ 14?
In a function declaration what does extern means?