皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
根据证券法律制度的规定,上市公司发生的下列事件中,应当立即公告的有( )。
A.
公司经理发生变动
B.
公司40%的监事发生变动
C.
公司财务负责人发生变动
D.
人民法院依法撤销董事会决议
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】typedef struct { int month; int day; int year; }Date;
A.
Date 是结构体变量名
B.
Date 是结构体类型名
C.
typedef struct 是结构体类型
D.
struct 是结构体类型名
【简答题】A.working B.hot C.same D.ordinary
【简答题】A.essential B.last C.same D.only
【简答题】A.complicated B.similar C.same D.special
【单选题】以下选项中不能正确把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;
【单选题】以下选项中不能正确把cl定义成结构体变量的是
A.
typedef struct { int red int green int blue } COLOR COLOR cl
B.
struct color cl { int red int green int blue }
C.
struct color { int red int green int blue } cl
D.
struct { int red int green int blue } cl
【简答题】A.more B.less C.same D.most
【简答题】A.complicated B. C.same D.different
【单选题】在X+2O 2 CO 2 +2H 2 O的反应中,根据质量守恒定律可判断出X的化学式为 [     ]
A.
CH 4
B.
C 2 H 5 OH
C.
C
D.
CO
【单选题】typedef struct { int x,y;} T; typedef struct { int x,y;} *USER ; USER fun() { USER p; p=(USER)malloc(sizeof(T)); p->x=1; p->y=2; return p; } 函数fun返回值的类型是()
A.
T类型的结构体
B.
指向结构体类型的指针
C.
int类型的元素
D.
int类型的指针
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题