Answer Posted / deepak
No we can not have private destructor
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
. 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?
Implement stack operations with pointers with appropriate exception checks.
What is c strings syntax?
What does extern mean in a function declaration in c++?
What is c++ good for?
How long it will take to learn c++?
What is object oriented programming (oop)?
What is a template in c++?
Describe friend function & its advantages.
What is the full form of dos?
what are the iterator and generic algorithms.
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Do the parentheses after the type name make a difference with new?
Incase of a function declaration, what is extern means?
What is the difference between an enumeration and a set of pre-processor # defines?