How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / nava
forever
don fight just execute n c!
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why do we use string in c++?
What is a unnitialised pointer?
Write about the scope resolution operator?
Write about the retrieval of n number of objects during the process of delete[]p?
Can a function take variable length arguments, if yes, how?
Why do you use the namespace feature?
What is meant by entry controlled loop?
What is c++ flowchart?
What is switch case in c++ syntax?
What is an associative container in c++?
Is c++ an oop?
How do I tokenize a string in c++?
What is implicit conversion/coercion in c++?
Is c++ the hardest language?
Show the application of a dynamic array with the help of an example.