填空题
设int a[10],*P=a; 则对a[3]的引用可以是p[2]和*P______。
【参考答案】
+2
点击查看答案
相关考题
-
填空题
设int m=0; ,执行表达式m||(m=2)||(m=3)||(m=4)后,m的值是______。 -
填空题
执行printf("%din",1+!2+(3<=4)+5/6+7%8); 后的输出结果是______。 -
单项选择题
使用系统函数sqrt()时,应在程序开头写上的编译预处理命令是______
A.#include <math.h>
B.#include <string.h>
C.#jnclude <stdio.h>
D.#include <stdlib.h>
