The auto keyword was available in C and early C++, and was mostly described as a storage class type. In modern C++11, the auto keyword is re-cycled to be used for automatic type deduction. 1) Automatic Type Deduction from a function’s return type:...
shantanudubey.hashnode.dev2 min readNo responses yet.