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 constructor in C++?
How does the copy constructor differ from the assignment operator (=)?
When should I use unitbuf flag?
How do we balance an AVL Tree in C++?
Explain the different access specifiers for the class member in c++.
State the difference between delete and delete[].
write a function signature with various number of parameters.
Which format specifier is used for printing a pointer value?
How can you tell what shell you are running on unix system?
When can I use a forward declaration?
When should we use multiple inheritance?
When do you call copy constructors?
Explain how an exception handler is defined and invoked in a Program.
What are the advantage of using register variables?
What is private public protected in c++?