题目内容

The fundamental difference between expressing large numbers in Chinese and in English lies in that they are divided according to difference rules -- from left to right, it is ____-digit segmentation in Chinese, while in English, ____-digit segmentation.

查看答案
更多问题

以下程序运行后的输出结果是#include int main(){int a=5,b=4,c=3,d;d=(a>b>c);printf("%d\n",d);return 0;}

A. 0
B. 1
C. 3
D. 4
E. 5

执行以下程序段后、变量a,b,c的值分别是( )。int x=6,y=5;int a,b,c;a=(--x==y++)?--x:++y;b=x++;c=y;

A. a=4,b=5,c=7
B. a=4,b=4,c=6
C. a=5,b=6,c=5
D. a=7,b=6,c=7

设x=2,y=3,z=4,k=5,则表达式“x

A. 1
B. 2
C. 3
D. 4

程序代码如下: #include int main(){int a,b;printf("please input a and b:\n");scanf("%d%d",&a,&b);printf("the output data is %d\n",a7<回车>则程序输出为

A. the output data is 0
B. the output data is 1
C. the output data is 2
D. the output data is 7

答案查题题库