How long does this loop run:

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

Answer Posted / sentrix

Forever.

Is This Answer Correct ?    17 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a catch statement?

583


Is it possible to write a c++ template to check for a function's existence?

578


daily Routine of father

907


How much do c++ programmers make?

563


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

3241






What is array in c++ example?

651


Define a constructor - what it is and how it might be called (2 methods)?

604


Write a program to find the Factorial of a number

570


Who calls main function?

586


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

659


How would perform Pattern Matching in C++?

656


Why is main an int?

524


Write a program using display() function which takes two arguments.

609


What is the most useful programming language?

605


Refer to a name of class or function that is defined within a namespace?

608