Home » C++ Programming » Operators » Question
  1. Why we use the “dynamic_cast” type conversion?
    1. to be used in low memory
    2. result of the type conversion is an invalid
    3. result of the type conversion is a valid
    4. All of above
    5. None of these
Correct Option: C

It is used to check that operators and operands are compatible after conversion.



Your comments will be displayed only after manual approval.