题目内容

以下程序输出的值为__________。main(){ int a[ ]={1,2,3,4,5,6,7,8,9,0},*p;p=a;printf("%d\n",*p+9); }

A. 1
B. 9
C. 10
D. 0

查看答案
更多问题

int (*fun)( ) 表示函数的返回值是指针类型的.

A. 对
B. 错

int i,*p=&i,**p1=&p;是正确的C说明.

A. 对
B. 错

There ______ a pen and some books on the desk.

A. be
B. being
C. is
D. are

There ______ different opinions on this problem.

A. existed
B. existing
C. to exist
D. exists

答案查题题库