-
What is meant by type_info?
-
- Used to hold the type information returned by the dynamic_cast
- Used to hold the type information returned by the static_cast
- Used to hold the type information returned by the typeid operator
- All of above
- None of these
Correct Option: C
Used to hold the type information returned by the typeid operator