Update README.md

This commit is contained in:
Francis
2020-03-13 12:06:49 +08:00
committed by GitHub
parent 08e9683b60
commit ada2b0c80f

View File

@@ -75,7 +75,7 @@ int main(){
} }
``` ```
<p><font style="color:red">小结可以发现未被const修饰的变量不需要extern显声明而const常量需要显声明extern并且需要做初始化因为常量在定义后就不能被修改所以定义时必须初始化。</font></p> <p><font style="color:red">小结可以发现未被const修饰的变量不需要extern显声明而const常量需要显声明extern并且需要做初始化因为常量在定义后就不能被修改所以定义时必须初始化。</font></p>
## 4.定义常量 ## 4.定义常量
```c++ ```c++