How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / divya
hai john I tried this in online compiler but it shows some errors....didnt give exact ans...Is there any other ways to conform this answer.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between global int and static int declaration?
Explain container class.
What is the average salary of a c++ programmer?
What is the extension of c++?
Explain the uses oof nested class?
How do I download 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 is microsoft c++ redistributable?
Do you need a main function in c++?
What is else syntax in c++?
Explain differences between alloc() and free()?
How to tokenize a string in c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Explain how we implement exception handling in c++?
Show the application of a dynamic array with the help of an example.