Q42
What is the purpose of the 'decltype' keyword in C++?
A.
Determines the type of an expression or variable
AnswerB.
Declares the type of a function parameter
C.
Specifies the type of a function's return value
D.
Returns the size of a data type
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board