mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
2024年10月15日 17:03
This commit is contained in:
parent
551cb4a459
commit
a59ffa2dbc
@ -2069,7 +2069,7 @@ int main() {
|
||||
|
||||
```
|
||||
|
||||
#### 3.2.2.4 常量参数
|
||||
#### 3.3.2.4 常量参数
|
||||
|
||||
* 在C语言中,单独定义 const 变量没有明显的优势,完全可以使用`#define`命令代替。
|
||||
|
||||
@ -2138,7 +2138,7 @@ int main(){
|
||||
}
|
||||
```
|
||||
|
||||
#### 3.2.2.5 深入理解 const 关键字
|
||||
#### 3.3.2.5 深入理解 const 关键字
|
||||
|
||||
* const 关键字修饰的变量,即:const 常量,一旦被定义就必须初始化,后面的任何赋值行为都将发生错误。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user