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
Should a constructor be public or private?
Explain terminate() and unexpected() function?
What is c++ map?
Is facebook written in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Describe the advantage of an external iterator.
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Do class declarations end with a semicolon? Do class method definitions?
Which is most difficult programming language?
What is else syntax in c++?
Which c++ compiler is best?
What is the C-style character string?