What is mean of auto in auto int a?

Answer:
It is the storage class, auto means automatical (or local) variable. You don't have to use it at all: inside a function it is the default, outside it is not allowed to use.
First answer by NevemTeve. Last edit by NevemTeve. Contributor trust: 172 Question popularity: 3 [recommend question].