Q35
In C++, what is the significance of the function return type 'auto'?
A.
It allows the function to return any data type
B.
The compiler automatically deduces the return type based on the return statement
AnswerC.
It specifies the function to be executed automatically
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board