cprimerplus第编程练习答案已.pdfVIP

  • 7
  • 0
  • 约7.13万字
  • 约 32页
  • 2021-10-23 发布于河北
  • 举报
Chapter 2 Programming Exercises PE 2-- -1 /* Programming Exercise 2-1 */ #include int main(void) { printf(Gustav Mahler\n); printf(Gustav\nMahler\n); printf(Gustav ); printf(Mahler\n); return 0; } PE 2-- -3 /* Programming Exercise 2-3 */ #include int main(void) { int ageyears; /* age in years */ int agedays; /* age in days */ /* large ages may require the long type */ ageyears = 101; agedays = 365 * ageyears; printf(An age of %d years is %d da

文档评论(0)

1亿VIP精品文档

相关文档