C语言程序设计-2021学习通超星期末考试答案章节答案2024年.docx
文本预览下载声明
C语言程序设计-2021学习通超星期末考试章节答案2024年
15.[程序设计]分析下面程序的执行结果。?#include?int?main()?{???printf(Hello,China!\n);???printf(Hello?Kitty!\n);???return?0;?}
答案:Hello,China!?????Hello?Kitty!
14.[程序设计]分析下面程序的执行结果。?#include?int?main()?{????int?length,width,sum;?????length=120;?width=30;??????sum=length+width;??????pri
显示全部