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
Explain overriding.
Is eclipse good for c++?
State the difference between delete and delete[].
What do you mean by early binding?
How do you compile the source code with your compiler?
What are the various compound assignment operators in c++?
Explain what is oop?
What is the use of bit fields in structure declaration?
What character terminates all character array strings a) b) . c) END
Difference between delete and free.
Mention the purpose of istream class?
Write a program to add three numbers in C++ utilizing classes.
What does flush do c++?
Why do we use setw in c++?
Can you Mention some Application of C/C++?