Declarations
Declarations
A declaration is a C language construct that introduces one or more identifiers into the program and specifies their meaning and properties.
Declarations may appear in any scope. Each declaration ends with a semicolon (just like a statement) and consists of two distinct parts:
specifiers-and-qualifiers declarators-and-initializers ; |
where.
specifiers-and-qualifiers | - | whitespace-separated list of, in any order,
|