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
Explain virtual class?
What is a rooted hierarchy?
If dog is a friend of boy, is boy a friend of dog?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What are features of c++?
What is the most useful programming language?
What are the types of container classes?
Describe Trees using C++ with an example.
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is the difference between multiple and multilevel inheritance in c++?
What is the difference between a reference and a pointer?
What do you mean by static variables?
What is c++ coding?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What are single and multiple inheritances in c++?