单项选择题
有以下程序
int a=3;
main()
int s=0;
int a=5; s+=a++;
s+=a++;printf("%d\n",s);
程序运行后的输出结果是
A.8
B.10
C.7
D.11
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
以下选项中可作为C语言合法整数的是
A.10110B
B.0386
C.0Xffa
D.x2a2
点击查看答案&解析
单项选择题
以下数据结构中属于线性数据结构的是
A.集合
B.线性表
C.二叉树
D.图
点击查看答案&解析
相关试题
有以下程序: void sort(int a[],in...
有以下程序(提示:程序中fseek(fp-2L*...
有以下程序 struct STU char num[10...
有以下程序 #include <stdio.h> mai...
有以下程序 #include <string.h> st...