What is the use of the typeid() function?
(a) To find the datatype of the variable
(b) To find the “const” status of the variable
(c) To find the address of the variable
(d) To find the value of the variable
The question was posed to me in an online quiz.
This intriguing question comes from Type Conversions in section Arduino Programming of Arduino