Answer Posted / nashiinformaticssolutions
decltype deduces the type of an expression at compile-time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What are signs of manipulation?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
List down the guideline that should be followed while using friend function.
What is object in c++ example?
How long will it take to learn programming?
. 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?
Explain operator overloading.
How do you clear a set in c++?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Does c++ have finally?
What is the real purpose of class – to export data?
Write a function that swaps the values of two integers, using int* as the argument type?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How is c++ different from java?