How long does this loop run:

for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever

Answer Posted / guest

Forever

Is This Answer Correct ?    55 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest c++ standard?

684


Is swift better than c++?

540


Why should we use null or zero in a program?

604


What is c++ map?

565


How would you implement a substr() function that extracts a sub string from a given string?

565






Explain the difference between class and struct in c++?

590


What is the best c c++ compiler for windows?

564


What is a character in c++?

565


What are c++ manipulators?

610


What is the cout in c++?

554


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

568


Differences between private, protected and public and give examples.

577


the first character in the variable name must be an a) special symbol b) number c) alphabet

605


What is difference between malloc()/free() and new/delete?

646


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

680