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
What causes a runtime error c++?
How to declaring variables in c++?
What is the basic concept of c++?
How come you find out if a linked-list is a cycle or not?
List the special characteristics of constructor.
What are the advantages of using a pointer?
What does catch(…) mean?
What is a tuple c++?
Does c++ vector allocate memory?
What is operator overloading in c++ example?
Why is c++ still used?
What are the c++ access specifiers?
Explain abstraction.
Why c++ is faster than java?
What is ostream in c++?