What is the purpose of the 'decltype' keyword in C++?
A. Determines the type of an expression or variable
B. 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

Join The Discussion