Does std endl flush?
No Answer is Posted For this Question
Be the First to Post Answer
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is the main function c++?
Explain the concept of friend function in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is the use of endl in c++ give an example?
When to use Multiple Inheritance?
. 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 do you mean by Stack unwinding?
Explain rtti.
When can you tell that a memory leak will occur?
what is c++
How is modularity introduced in C++?