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
Why is c++ so fast?
How is new() different from malloc()?
Explain the concept of friend function in c++?
what does the following statement mean? int (*a)[4]
Why do we use classes in programming?
What is using namespace std in cpp?
Write about the members that a derived class can add?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is c++ and its uses?
Define virtual constructor.
How is static data member similar to a global variable?
What is the role of static keyword for a class member variable?
What are c++ redistributables?
Implement stack operations with pointers with appropriate exception checks.
What is wrapper class in c++?