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
Write a program using display() function which takes two arguments.
What does flush do c++?
What is the use of seekg in c++?
How do we implement inheritance in c++?
Explain the difference between new() and malloc() in c++?
What are separators in c++?
What is the difference between method overloading and method overriding in c++?
What is recursion?
State two differences between C and C++.
What is the header file for setw?
What are static member functions?
What is pointer to array in c++?
What is c++ good for?
What are c++ templates used for?
Is turbo c++ free?