[单选题]

有以下程序: main() { int x[8]={8,7,6,5,0,0},*s; s=x+3; printf("%d/n",s[2]); } 程序运行后的输出结果是______。

A.随机值

B.0

C.5

D.6

参考答案与解析:

相关试题

有以下程序:main(){int x[8]={8,7,6,5,0,0},*s;s