Vidyalelo
C++ Programming · Q13

C++ miscellaneous

Programming · C++ Programming · question 13

Q13

What is the purpose of the typeid operator in C++?

A.
To return the type of an expression
Answer
B.
To return the memory address of a type
C.
To compare two types
D.
To perform type casting

Answer: Option A

Solution

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