基本信息
文件名称:C语言程序设计任务驱动式教程(第3版)(微课版)宋铁桥课后习题答案.docx
文件大小:626.46 KB
总页数:44 页
更新时间:2026-01-06
总字数:约8.89千字
文档摘要
第一单元
1.讨论题(略)
2.选择题
(1)B(2)A(3)B(4)A(5)A(6)D
3.填空题
(1).c.obj.exe
(2)/* */
(3)编辑、编译、连接、运行
4.编程题
(1)
#includestdio.h
voidmain()
{
printf(*****************************);
printf(Thisismyfirstprogram);
printf(*****************************);
(2)}
}
#includ