皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
能相互反应产生有毒气体的废液,应:
A.
随垃圾丢弃
B.
向下水口倾倒
C.
不得倒入同一收集桶中
D.
分别倒入下水道
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】设循环队列的结构是: const int MaxSize=100; typedef int Data Type; typedef struct { DataType data[MaxSize]; int front, rear; }Queue; 若有一个Queue类型的队列Q,试问判断队列满的条件应是(33)。
A.
Q.front=Q.rear;
B.
Q.front-Q.rear==MaxSize;
C.
Q.front+Q.rear=MaxSize;
D.
Q.front==(Q.rear+1)%MaxSize;
【单选题】以下选项中不能正确把c1定义成结构体变量的是
A.
typedef struct { int red; int green;; int blue; }COLOR; COLOR cl;
B.
struct color cl { int red; int green; int blue; }
C.
struet color { int red; int green; int blue; }c1;
D.
struct { int red; int green; int blue; }cl;
【简答题】A.like B.as C.same D.similar
【简答题】A.equal B.similar C.same D.level
【单选题】以下选项中不能正确把c1定义成结构体变量的是
A.
typedef struct {int red: int green: int blue; } COLOR; COLOR c1;
B.
struct color c1 {int red int green: int blue; };
C.
struct color {int red , int green : int blue : )cl;
D.
struct {int red; int green; int blue } c1 ;
【简答题】A.more B.less C.same D.most
【简答题】A.similar B.different C.same D.difference
【简答题】A.exact B.identical C.same D.alike
【单选题】债券和股票的主要区别是( ) I. 期限不同 II. 风险不同 III. 权利不同 IV. 收益不同
A.
I 、 II 、 III 、 IV
B.
I 、 III 、 IV
C.
II 、 III 、 IV
D.
I 、 IV
【简答题】A.summer B.usual C.same D.other
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题