"auto" in C++
Before C++ 11 we had to mention the type of a variable while declaring it, but now we don't necessarily have to mention the type of the variable.
We can just use "auto" and when we initialize it with a value or a variable then it will automatically ...
akh1l.hashnode.dev1 min read