在C语言中,'static'是一个修饰符,用于控制变量的作用域。
In C language, 'static' is a modifier that controls the scope of variables.
▼点击显示答案
modifier英 /ˈmɒdɪfaɪə/|美 /ˈmɑdəfaɪər/
解释
modifier 是名词,来自动词 modify(修改、修饰)加上后缀 -er 构成,指"用于修改或限定其他词性质的词语"。在编程语言中特指"修饰符",用于改变变量或函数的存储方式或可见范围。
In C language, 'static' is a modifier that controls the scope of variables.
modifier 是名词,来自动词 modify(修改、修饰)加上后缀 -er 构成,指"用于修改或限定其他词性质的词语"。在编程语言中特指"修饰符",用于改变变量或函数的存储方式或可见范围。