有以下程序: main() { int a=666, b=888; printf("% d\n", a, b); } 程序运行后的输出结果是______。
A.错误信息
B.666
C.888
D.666,888
第1题:
有以下程序 main() { int a=666,b=888; printf("%d\n",a,B) ; } 程序运行后的输出结果是
A.错误信息
B.666
C.888
D.666,888
第2题:
有以下程序 main() { int a=666,b=888; printf("%dn",a,b); } 程序运行后的输出结果是()。
A.错误信息
B.666
C.888
D.666,888
第3题:
程序运行后的输出结果是int main() { int a=666,b=888; printf("%dn",a,b); return 0; }
A.666
B.错误信息
C.888
D.666,888
第4题:
有以下程序: #include <stdio, h> main ( ) { int a =666,b =888; printf( "%'d \n", a,b); 程序运行后的输出结果是( )。
A.错误信息,
B.666
C.888
D.666,888
第5题:
8、程序运行后的输出结果是#include <stdio.h> int main() { int a=666,b=888; printf("%d\n",a,b); return 0; }
A.666
B.错误信息
C.888
D.666,888