Update README.md

This commit is contained in:
Francis
2020-05-04 10:18:29 +08:00
committed by GitHub
parent 8df484f325
commit e33eadcbb3

View File

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