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