Home » C++ Programming » Questions and Answers » Question
  1. What is the Run-Time Type Information?
    1. Information about the given block
    2. Information about an object’s data type at runtime
    3. Information about the variables
    4. All of above
    5. None of these
Correct Option: B

With the help of RTTI, We can get the information about the data type at the runtime.



Your comments will be displayed only after manual approval.