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
What is the purpose of templates in c++?
What is c++ manipulator?
Why is polymorphism useful?
What is difference between n and endl in c++?
Differentiate between declaration and definition.
What is the difference between containment and delegation?
Should I learn c++ c?
What do you mean by a template?
How can a called function determine the number of arguments that have been passed to it?
What is the default access level?
Explain Memory Allocation in C/C++ ?
Describe Trees using C++ with an example.
Comment on local and global scope of a variable.
What is abstraction in c++?
What is the difference between a type-specific template friend class and a general template friend class?