C Language

Scope

C has four kinds of scopes:

C有四中类型的作用域:

  • block scope(块域)
  • file scope (文件域)
  • function scope (函数域)
  • function prototype scope (…)
posted @ 2016-03-31 22:57  zhiupping8  阅读(122)  评论(0编辑  收藏  举报