next up previous
Next: Expressions and Operators Up: C Language Reference Previous: Identifiers

Declarations and Definitions

Declarations associate a name (the <identifier>) with a storage cell or block of code and are required for all variables and functions. The scope of the name is determined by its position as global or local to the enclosing block. Definitions allocate storage of the appropriate <type>. In general, variable declarations also define, with the exception of extern declarations.



Tep Dobry
Mon Dec 9 05:56:25 HST 1996