Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can use any of four storage-class-specifier
terminals for variable declarations at the internal level. When you omit the storage-class-specifier
from such a declaration, the default storage class is auto
. Therefore, the keyword auto
is rarely seen in a C program.