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 are the storage qualifiers?
What is an arraylist c++?
What do you understand by zombie objects in c++?
Can we overload operator in c++?
When you overload member functions, in what ways must they differ?
What is the purpose of templates in c++?
Define a constructor?
Explain the use of virtual destructor?
What is stoi in c++?
What are disadvantages of pointers?
Define a pdb file.
Does c++ support multilevel and multiple inheritances?
How can we check whether the contents of two structure variables are same or not?
What is ostream in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?