柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
有以下程序 #include
int f(int n) { int t = 0, a=5; if (n/2) {int a=6; t += a++; } else {int a=7; t += a++; } return t + a++; } main() { int s=0, i=0; for (; i<2;i++) s += f(i); printf("%d\n", s); } 程序运行后的输出结果是
A.28
B.24
C.32
D.36
热度🔥1,977
参考答案:B
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
条件"性别='女' OR 工资额>2000"的含义是
设备管理中,为了管理和分配设备建立了一个数据结构,通常称为设备表。它的作用是
软件工程的三要素是( )。
下列叙述中正确的是( )。
标签
二级C语言
12
语句
执行
int