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
Can non graphic characters be used and processed in C++?
How did c++ get its name?
What does std mean in c++?
Does c++ have foreach?
What is the basic structure of c++ program?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
How much do c++ programmers make?
What is encapsulation in c++?
Evaulate: 22%5 a) 2 b) 4 c) 0
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is a set in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Can static member variables be private?
Write a program to add three numbers in C++ utilizing classes.
How can I learn c++ easily?