2022年C程序设计第九章课后答案.docx
《2022年C程序设计第九章课后答案.docx》由会员分享,可在线阅读,更多相关《2022年C程序设计第九章课后答案.docx(8页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、名师归纳总结 精品学习资料 - - - - - - - - - - - - - - -学而不思就惘,思而不学就殆C程序设计谭浩强第九章课后答案1 #include struct Days int year; int month; int day; ; int main int mds12=31,28,31,30,31,30,31,31,30,31,30,31,i,d; struct Days a; printf 请输入年、月、日 n; scanf%d,%d,%d,&a.year,&a.month,&a.day; d=a.day; fori=0;i2 d+; printf%d 月%d 日是 %d
2、 年的第 %d 天n,a.month,a.day,a.year,d; return 0; 2 #include struct Days int year; int month; int day; ; int main int daysstruct Days a; struct Days a; printf 请输入年、月、日 n; scanf%d,%d,%d,&a.year,&a.month,&a.day; printf%d 月%d 日是 %d 年的第 %d 天n,a.month,a.day,a.year,daysa; return 0; int daysstruct Days a int md
3、s12=31,28,31,30,31,30,31,31,30,31,30,31,i,d; 细心整理归纳 精选学习资料 - - - - - - - - - - - - - - - 第 1 页,共 4 页 - - - - - - - - - 名师归纳总结 精品学习资料 - - - - - - - - - - - - - - -学而不思就惘,思而不学就殆d=a.day; fori=0;i2 d+; return d; 3 #include struct Student int num; char name20; int score3; ; int main void printstruct Stud
4、ent a; struct Student a5; int i,j; printf 请依次输入 5 名同学的学号 :n; fori=0;i5;i+ scanf%d,&ai.num; printf 请依次输入 5 名同学的姓名 :n; fori=0;i5;i+ scanf%s,ai.name; printf 请依次输入 5 名同学的成果 :n; fori=0;i5;i+ forj=0;j3;j+ scanf%d,&ai.scorej; printa; return 0; void printstruct Student a struct Student *p=a; printf 学号 姓名语文数
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022 程序设计 第九 课后 答案
限制150内