You should note that we are using the words definition and declaration carefully when we refer to external variables in this section."Definition'' refers to the place where the variable is created or assigned storage; "declaration'' refers to places where the nature of the variable is stated but no storage is allocated.
定义(definition)变量,表示创建变量(或 分配存储单元);声明(declaration)变量,说明变量的性质,但并 不分配存储单元。
定义(definition)变量,表示创建变量(或 分配存储单元);声明(declaration)变量,说明变量的性质,但并 不分配存储单元。