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
What is data type in c++?
What is the average salary of a c++ programmer?
What are manipulators used for?
Why would you use pointers in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is an inclusion guard?
Define a pointer to a data member of the type pointer to pointer?
What is the extension of c++?
What is the main purpose of c++?
Distinguish between a # include and #define.
What is c++ and its uses?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is the most useful programming language?
Who was the creator of c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?