How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Post New Answer View All Answers
Can a built-in function be recursive?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Can a program run without main in c++?
Should the this pointer can be used in the constructor?
What relational operators if statements in c++?
Why the usage of pointers in C++ is not recommended ?
What is the average salary of a c++ programmer?
What is a map in c++?
How to implement is-a and has-a class relationships?
What happens if a pointer is deleted twice?
Is there any function that can skip certain number of characters present in the input stream?
What is virtual methods?
What is type of 'this' pointer?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Explain polymorphism?