How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / k.premalatha
a) Never
| Is This Answer Correct ? | 4 Yes | 20 No |
Post New Answer View All Answers
What is DlgProc?
What is iterator in c++?
Write a program in C++ for Fibonacci series
How do you remove an element from a set in c++?
What is fixed in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
How do I exit turbo c++?
What is name hiding in c++?
Do vectors start at 0 c++?
Describe the process of creation and destruction of a derived class object?
What does extern mean in a function declaration in c++?
Is c++ the best programming language?
Write a program to add three numbers in C++ utilizing classes.
What is the outcome of cout< a) 16 b) 17 c) 16.5