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

Answer Posted / sxx

for(;;)

Is This Answer Correct ?    27 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can c++ do everything c can?

596


Why is the function main() special?

619


Which operator cannot overload?

539


What is stream and its types in c++?

552


To what does “event-driven” refer?

606






How did c++ get its name?

567


Why are pointers not used in c++?

626


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?

667


Is c++ a good beginners programming language?

581


Why is swift so fast?

618


What is class syntax c++?

590


What do you mean by function overriding & function overloading in c++?

598


Tell me difference between constant pointer and pointer to a constant.

624


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

598


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

704