Vidyalelo
C++ Programming · Q631

C++ miscellaneous

Programming · C++ Programming · question 631

Q631

What is meant by type_info?

A.
Used to hold the type information returned by the typeid operator
Answer
B.
Used to hold the type information returned by the dynamic_cast
C.
Used to hold the type information returned by the static_cast
D.
Used to hold the type information returned by the static_id

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board