有以下程序 main() { int a=666 b=888; printf("%d\n" a b); } 程序运行后的输出结果是()
时间:2019-11-08 08:35:04 关键词:程序,结果是,int有以下程序main(){int a=666,b=888;printf("%d\n",a,b);}程序运行后的输出结果是()
A.错误信息
B.666
C.888
D.666,888
答案解析
B
举一反三
有以下程序main(){int a=666,b=888;printf("%d\n",a,b);}程序运行后的输出结果是()
A.错误信息
B.666
C.888
D.666,888
答案解析
B