(1)const 与常量连用 #include<stdio.h> int main() { const int a = 20; a=2;///错误 a为常量不可改变; }#include<stdio.h> 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交