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
C. It specifies the function to be executed automatically
D. None of the above
Answer: Option B

Join The Discussion