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
What are the general quetions are in DEna bank manager IT/System interviews?
What is c++ mutable?
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?
What do you mean by stack unwinding in c++?
Why is c++ awesome?
What is pure virtual function? Or what is abstract class?
How would you call C functions from C++ and vice versa?
Is c++ free?
What is a string example?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What does I ++ mean in c++?
What do you mean by delegate? Can a user retain delegates?
What is the main function c++?
What is the keyword auto for?
Define a constructor - what it is and how it might be called (2 methods)?