static storage class的意思|示意
美 / /
英 / /
静态储存类别
static storage class的网络常见释义
静态储存类别 ... static storage allocation 静态储存器配置 static storage class 静态储存类别 static subroutine 静态次例程 ...
静态保存类 ... static splitter window 静态分隔窗口 static storage class 静态保存类 static type information 静态类型信息 ...
静态存储类 存储类说明符可以分为两个存储类:自动存储类(autmatic storage class)和静态存储类(static storage class)。关键字auto和regtster用来声明自动存储类变量。