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 full form of ios?
What is an associative container in c++?
How do you compile the source code with your compiler?
What is singleton class in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is Destructor in C++?
Explain storage qualifiers in c++.
Mention the ways in which parameterized can be invoked.
How are the features of c++ different from c?
Can constructor be static in c++?
What is a breakpoint?
What is virtual table?
Explain the difference between class and struct in c++?
What is a string example?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c