description | title | ms.date | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|
Learn more about: Storage-Class Specifiers for Internal-Level Declarations |
Storage-Class Specifiers for Internal-Level Declarations |
11/04/2016 |
|
feca8ab5-23df-4b6c-921a-4d51f9be35d7 |
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.