1. 首页
  2. 课程学习
  3. C++/C
  4. c语言程序设计第十二章课后题答案.zip

c语言程序设计第十二章课后题答案.zip

上传者: 2020-07-20 05:04:40上传 ZIP文件 11.12KB 热度 15次
c语言程序设计第十二章课后题答案,附加课后习题代码 Suppose that the following declarations are in effect: int a[] = {5, 15, 34, 54, 14, 2, 52, 72}; int *p = &a[1], *q = &a[5]; (a) What is the value of *(p + 3)? 14 (b) What is the value of *(q - 3)? 34 (c) What is the value of q - p? 4 (d) Is the condition p < q true or fa
下载地址
用户评论