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
What is a virtual destructor? Explain the use of it?
What is a dangling pointer in c++?
Please explain class & object in c++?
When must you use a pointer rather than a reference?
What is general format for a prototype?
What is the difference between delegation and implemented-in-terms-of?
What are the basics of local (auto) objects?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is the difference between public, private, and protected access?
What is the benefit of learning c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Is ca high or low level language?
List down the guideline that should be followed while using friend function.
What is the v-ptr?