皮皮学,免费搜题
登录
搜题
【单选题】
给定程序通过定义并赋初值的方式,利用结构体变量存储了一名学生的学号、姓名和3门课的成绩。函数fun的功能是将该学生的各科成绩以一个系数a。 #include typedef struct { int num; char name[9]; float score[3]; }STU; void show(STU tt) { int i; printf("%d %s : ",tt.num,tt.name); for(i=0; i<3; i++) printf("%5.1f",tt.score[i]); printf("\n"); } void modify(STU *ss,float a) { int i; for(i=0; i<3; i++) /**********found**********/ ss->______ *=a; } main( ) { STU std={ 1,"Zhanghua",76.5,78.0,82.0 }; float a; printf("\nThe original number and name and scores :\n"); show(std); printf("\nInput a number : "); scanf("%f",&a); modify(&std,a); printf("\nA result of modifying :\n"); show(std); }
A.
i
B.
score[i]
C.
score[j]
D.
n
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】用于到现场,获得第一手材料,如亲临教学设计是用现场,通过有目的的观察,了解教学方案的使用情况和存在的问题,并对观察情况的是什么方法( )A. 测验 B. 调查 C. 观察 D. 访谈用于了解学生的学习兴趣、态度、学习习惯和意向,对教学过程的意见等,从而判断教学的有效程度的的方法是指(B)A.测验B.调查C.观察D.访谈二.多选题
【单选题】在编制国际收支平衡表时,进行进出口商品统计时,均按( )价计算。
A.
CIF
B.
CFC
C.
FOB
D.
FAC
【单选题】Americans defend the right to obtain a gun, and they have ( ) been willing to turn a blind eye to the harm that people 0wning guns have caused.
A.
consquently
B.
content
C.
interpetration
D.
illustrated
【单选题】_______________ 查看材料
A.
discoveries
B.
originals
C.
resources
D.
origins
【单选题】股骨的作用是固定标本,必须
A.
保留足够的长度
B.
不用分离剥除其上的肌肉
C.
要在腘窝上方将其剪断
D.
在腘窝下方将其剪断
【判断题】综合计划不具体制定每一品种的生产数量、生产时间,车间、人员的具体任务。
A.
正确
B.
错误
【判断题】根据梁支撑情况不同,梁可以分为简支梁、悬臂梁、连续梁和实腹梁等。
A.
正确
B.
错误
【单选题】Americans defend the right to obtain a gun, and they have _____ been willing to turn a blind eye to the harm that people owning guns have caused.
A.
consequently
B.
finally
C.
lately
D.
fortunately
【判断题】综合生产计划具体制定每一品种的生产数量、生产时间、每一车间和人员的具体工作任务。
A.
正确
B.
错误
【判断题】根据梁支撑情况不同,梁可以分为简支梁、悬臂梁、连续梁和实腹梁等。
A.
正确
B.
错误
相关题目: