Answer Posted / roshanpr
RTTI stands for run time type identification.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the various compound assignment operators in c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is c++ manipulator?
Is c++ double?
Write a note about the virtual member function?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is extern c++?
What are files in c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What do you mean by storage classes?
What do you mean by translation unit?
Is c++ an oop?
Why #include is used?
What is c++ good for?