How long does this loop run:

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

Answer Posted / eric

The loop will run forever.
K.premalatha is the foolest lady I have ever met.

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are c++ tokens?

590


Why struct is used in c++?

618


Write a function to find the nth item from the end of a linked list in a single pass.

565


What is class syntax c++?

590


What is constructor and destructor in c++?

614






What flag means?

520


What do nonglobal variables default to a) auto b) register c) static

639


How to declare a function pointer?

575


Is python better than c++?

582


Are strings mutable in c++?

690


When we use Abstract Class and when we use Interface?where we will implement in real time?

1664


What is an inclusion guard?

613


Write a Program to find the largest of 4 no using macros.

576


Difference between an inspector and a mutator

764


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

1853