柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
风、雨、雪、雾等复杂气象条件,遇前车速度较低时,应开启前照灯,连续鸣喇叭迅速超越。
A.正确
B.错误
热度🔥313
参考答案:B
解析:
风、雨、雪、雾等复杂气象条件需减速行驶,不得超车。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
下列选项中属于面向对象设计方法主要特征的是( )。
有以下程序 #include main() { int a[4][4]={ {1,4,3,2},{8,6,5,7},{3,7,2,5},{4,8,6,1}}, i, k, t; for (i=0; i<3; i++) for (k=i+1; k<4; k++) if (a[i][i] < a[k][k]) { t=a[i][i]; a[i][i]=a[k][k]; a[k][k]=t;} for (i=0; i<4; i++) printf("%d,", a[0][i]); } 程序运行后的输出结果是
有以下程序 #include int fun(char p[][10]) { int n=0,i; for(i=0; i<7; i++) if(p[i][0]== 'T') n++; return n; } main() { char str[][10]={"Mon","Tue","Wed","Thu","Fri","Sat","Sun"}; printf("%d\n",fun(str)); } 程序执行后的输出结果是
下列叙述中正确的是( )。
标签
前照灯