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
What do you mean by static variables?
What is microsoft c++ redistributable?
Write a program in C++ for Fibonacci series
Can member functions be private?
List the advantages of inheritance.
Give 10 points of differences between C & C++.
Is oops and c++ same?
What is heap sort in c++?
What are the basic data types used in c++?
What is the need of a destructor? Explain with the help of an example.
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What are pointer-to-members? Explain.
Can you overload the operator+ for short integers?
What do you mean by const correctness?
What is the latest c++ version?