How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / madhupathania
forever
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what are accessor methods?
Do you know about C++ 11 standard?
What is the output of the following program? Why?
What are stacks?
Is rust better than c++?
Which is most difficult programming language?
What is private, public and protected inheritance?
When should I use unitbuf flag?
How can we access protected and private members of a class?
How do I run a program in notepad ++?
What are the advantages of c++ over c?
Describe friend function & its advantages.
What do you mean by persistent and non persistent objects?
How can you differentiate between inheritance and implementation in c++?
Can c++ do everything c can?