皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
编写一个 C 程序,计算长方形的输出。 长: a=160cm 宽: b=80cm
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】程序通过定义并赋初值的方式,利用结构体变量存储了一名学生的信息。函数fun的功能是输出这位学生的信息。 #include typedef struct { int num; char name[9]; char sex; struct { int year,month,day ;} birthday; float score[3]; }STU; /**********found***...
A.
sex
B.
tt
C.
num
D.
score
【单选题】给定程序通过定义并赋初值的方式,利用结构体变量存储了一名学生的学号、姓名和3门课的成绩。函数fun的功能是将该学生的各科成绩都乘以一个系数a。 #include typedef struct { int num; char name[9]; float score[3]; }STU; void show(STU tt) { int i; printf("%d %s : ",t...
A.
STU
B.
stu
C.
char
D.
a
【多选题】硬件系统是计算机的物理设备,计算机硬件包括( )。
A.
主机
B.
外设
C.
打印机
D.
网线
【单选题】给定程序通过定义并赋初值的方式,利用结构体变量存储了一名学生的学号、姓名和3门课的成绩。函数fun的功能是将该学生的各科成绩都乘以一个系数a。 #include typedef struct { int num; char name[9]; float score[3]; }STU; void show(STU tt) { int i; printf("%d %s : ",t...
A.
i
B.
score[i]
C.
score[j]
D.
n
【简答题】Read the text below about the U. S. economy. In most of the lines 34 — 45 there is one extra word. It is either grammatically incorrect or does not fit in with the meaning of the text. Some lines, how...
【简答题】计算机硬件包括:主机、打印机、显示器、()。
【单选题】He is very clever, good at _________ the point of an article.
A.
gripping
B.
capturing
C.
grabbing
D.
grasping
【简答题】It was very clever of her to turn his argument against himself.
【简答题】&8226;Read the text below about the U. S. economy. &8226;In most of the lines 34—45 there is one extra word. It is either grammatically incorrect or does not fit in with the meaning of the text. Some ...
【单选题】The Great Wall is very________________. [     ]
A.
famous
B.
cute
C.
clever
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题