alikhuram.wordpress.com
Auto Storage Class Specifier (C++11)
The auto key word lets you explicitly declare a variable with automatic type. It specifies that the type of the variable that is being declared will be automatically deduced from its initializer. F…