Home » C++ Programming » Questions and Answers » Question
  1. What is meant by type_info?
    1. Used to hold the type information returned by the dynamic_cast
    2. Used to hold the type information returned by the static_cast
    3. Used to hold the type information returned by the typeid operator
    4. All of above
    5. None of these
Correct Option: C

Used to hold the type information returned by the typeid operator



Your comments will be displayed only after manual approval.