Question:In C++, the keyword auto can be used for:
A Automatic assignment of data to objects during instantiation
B Automatic call of a function
C Declaration of a local variable
D Automatically erasing an object when it is no longer needed
E Automatic handling of run-time errors in the program
F Automatic termination of a program in case the user does not respond within a given time period
G Automatic creation of variables
+ AnswerG
+ Report