填空题
变量是在程序运行过程中可以发生变化的数据。变量和符号常量一样,必须( )。
1、
【正确答案】
1、先声明,后使用 10.下面程序的运行结果是( )。 #include
using namespace std; int main ---|||________|||--- { int a, b,c; a=12; b=012; c=0x12; cout<
【答案解析】
提交答案
关闭