const常量

1、不能给常量赋值

const int a=1;
a=2;

编译器报错:“a”: 不能给常量赋值

posted @ 2018-04-26 17:14  小雨滴答  阅读(115)  评论(0编辑  收藏  举报