Vidyalelo
C++ Programming · Q13

Variables and Data Types in C++

Programming · C++ Programming · question 13

Q13

What does the 'auto' keyword do in C++?

A.
Declares a variable with an inferred type
Answer
B.
Declares a global variable
C.
Declares an automatic variable
D.
Declares a static variable

Answer: Option A

Solution

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