How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / amrutha
a)Never
Eric is fooler than Premalatha
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
Differentiate between an external iterator and an internal iterator?
If a header file is included twice by mistake in the program, will it give any error?
What is the difference between while and do while loop?
Is there a sort function in c++?
Can I learn c++ as my first language?
What is the difference between containment and delegation?
What do you mean by a template?
What kind of problems can be solved by a namespace?
Why is c++ a mid-level programming language?
What is the protected keyword used for?
Is c++ still being used?
What are the implicit member functions of class?
What is doubly linked list in c++?
What is a try block?
Can a function take variable length arguments, if yes, how?