Vidyalelo
C++ Programming · Q42

Functions and Procedures in C++

Programming · C++ Programming · question 42

Q42

What is the purpose of the 'decltype' keyword in C++?

A.
Determines the type of an expression or variable
Answer
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

Solution

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