c语言程序设计第十二章课后题答案.zip
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
文件列表
ch12.zip
(预估有个25文件)
ch12
Projects
07.c
1KB
05.c
1KB
02.c
1KB
04.c
1KB
01.c
1KB
03.c
1KB
06.c
1KB
Exercises
暂无评论