柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
驾驶汽车在冰雪道路上怎样安全行车?
A.必要时安装防滑链
B.必须降低车速
C.开启雾灯行驶
D.利用发动机制动
热度🔥158
参考答案:ABD
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
有以下程序: #include #include int fun(int n) { int *p; p = (int*)malloc(sizeof(int)); *p=n; return *p; } main() { int a; a = fun(10); printf("%d\n",a+fun(10)); } 程序的运行结果是( )。
有以下程序: # include struct S{int n; int a[20]; }; void f(struct S *p) { int i,j,t; for (i=0; in-1; i++) for (j=i+1; jn; j++) if (p->a[i] > p->a[j]) { t= p->a[i]; p->a[i] = p->a[j]; p->a[j] = t; } } main() { int i; struct S s={10, {2,3,1,6,8,7,5,4,10,9}}; f(&s); for (i=0; i
在Visual FoxPro中以下叙述正确的是( )。
下列关于IPS的描述中,错误的是()。