有如下说明:int a[10]={1,2,3,4,5,6,7,8,9,10},*p=a; 则数值为9的表达式是 *(P+8).
查看答案
char (*p)[6]; 若p值为1000,则p++;后p值为1006.
A. 对
B. 错
char *match(char c){ }说明函数的返回值为字符型指针.
A. 对
B. 错
动态存储分配,可调用函数malloc(),如int *p;p=(int *)malloc(sizeof(p));
A. 对
B. 错
Why did artists construct many gardens in scenic mountain areas?
A. Because it was more convenient for transportation of stones and rocks.
Because they placed emphasis on the harmonious unity of architecture with nature.
C. Because they were asked by their masters.
D. Because they thought it was more creative.