It's important to note that the "auto" storage class is not used often as it is the default storage class, and variables that are declared inside a function are automatically considered as "auto" storage class, unless explicitly specified as other storage class.