local variable in C++

Keyword auto was also used for defining local variables before, but, after C++11 auto has a different meaning and should not be used for defining local variables.