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 return value must conversion operators have in their declaration?
What is the oldest programming language?
How do c++ struct differs from the c++ class?
What are the advantages of inheritance in c++?
Describe public access specifiers?
Explain the difference between realloc() and free() in c++?
What are pointer-to-members in C++? Give their syntax.
What are the five basic elements of a c++ program?
Define a pdb file.
Why ctype h is used in c++?
Explain function overloading and operator overloading.
Why do we use setw in c++?
Explain class invariant.
Describe the advantages of operator overloading?
What are the two types of polymorphism?