write infinite loop in C++ which does not use any variable
or constant?

Answer Posted / chetan bhola

while(1)
{
;
}

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the general quetions are in DEna bank manager IT/System interviews?

1649


What is c++ mutable?

791


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

764


What do you mean by stack unwinding in c++?

826


Why is c++ awesome?

661






What is pure virtual function? Or what is abstract class?

682


How would you call C functions from C++ and vice versa?

735


Is c++ free?

704


What is a string example?

648


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

3798


What does I ++ mean in c++?

662


What do you mean by delegate? Can a user retain delegates?

605


What is the main function c++?

696


What is the keyword auto for?

676


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

695