Answer Posted / ravi kant
RTTI stands for run time type identification
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the full name of logo?
. 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 a class template in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What are exceptions c++?
What is else if syntax?
What does count ++ do in c++?
Explain data encapsulation?
What are the extraction and insertion operators in c++?
Is c++ platform dependent?
Write about the scope resolution operator?
What are pointer-to-members in C++? Give their syntax.
What is the header file for setw?
What is the difference between mutex and binary semaphore?
Write a Program to find the largest of 4 no using macros.