What are the main features of c++?
No Answer is Posted For this Question
Be the First to Post Answer
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is anonymous object in c++?
What is a virtual destructor? Explain the use of it?
. 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 is class in c++ with example?
Explain class invariant.
Can we use resume in error handling i.e. in the catch block
How would you use the functions randomize() and random()?
Explain the auto storage classes in c++.
what is C++ exceptional handling?
What is iomanip c++?
Differentiate between a copy constructor and an overloaded assignment operator.