Which of the Standard C++ casts can be used to perform a
?safe? downcast:
a) reinterpret_cast
b) dynamic_cast
c) static_cast
d) const_cast
Answer Posted / guest
dynamic_cast
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is pointer in c++ with example?
Explain virtual class?
Define copy constructor.
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is polymorphism & list its types in c++?
What is function declaration in c++ with example?
What are the extraction and insertion operators in c++?
Which is best ide for c++?
Explain the concept of copy constructor?
What do nonglobal variables default to a) auto b) register c) static
What does it mean to declare a member function as virtual?
What is std :: endl?
Which coding certification is best?
State two differences between C and C++.