automatic variable

In C, All variables that are declared inside the block, are automatic variables by default. We can explicitly declare an automatic variable using auto keyword.