Q13
What is the purpose of the typeid operator in C++?
A.
To return the type of an expression
AnswerB.
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