+ 1
Which of the following is second minimal safe type casting in C++?
A:static_cast B:const_cast C:dynamic_cast D:type_cast E:reinterpet_cast Plz answer
1 Answer
0
What do you mean by saying second minimal?
And also there is no such thing as type_cast in C++