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
Differences between private, protected and public and give examples.
By using c++ with an example describe linked list?
Why do we need runtime polymorphism in c++?
What is an undefined behavior and sequence points
Explain class invariant.
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is a constructor in c++ with example?
What is name hiding in c++?
What is a buffer c++?
Explain about Virtual Function in C++?
What is the full form of dos?
What is the this pointer?
Which c++ compiler is best?
Explain function overloading and operator overloading.
What are the vectors in c++?