Which of the following is second minimal safe type casting in C++? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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

8th Jun 2020, 1:53 PM
Prateek Prabhu
1 ответ
0
What do you mean by saying second minimal? And also there is no such thing as type_cast in C++
10th Jun 2020, 2:00 PM
Anthony Maina
Anthony Maina - avatar