Vidyalelo
C++ Programming · Q35

Functions and Procedures in C++

Programming · C++ Programming · question 35

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
Answer
C.
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