const关键字有哪些作用?
const关键字有哪些作用?
相关考题:
下列选项中不全是c++语言关键字的是A.const,break,defaultB.long,void,usingC.virtual,extern,includeD.try,throw,this
What do the following declarations mean?a) const int a;b) int const a;c) const int *a;d) int * const a;e) int const * a const;
对于语句const int x=10;的描述正确的是( )。A.该语句不允许定义为int const x=10;B.在程序中可以重新对X赋值C.变量X不能使用+ +运算符D.const关键字只能用来修饰常量
下列选中不全是C++语言关键字的是( )A.const,break,defaultB.long,void,usingC.virtual,extern,includeD.try,throw,this
判断题在Java的方法中定义一个常量要用const关键字。A对B错