以下程序的运行结果是______。 #include <stdio.h> main() {int a[]:{1,2,3,4,5,6,7,8,9,10,11,12): int *p=a+5,*q=NULL: *q=*(p+5): printf("%d %d\

admin2009-05-15  22

问题 以下程序的运行结果是______。 #include <stdio.h> main() {int a[]:{1,2,3,4,5,6,7,8,9,10,11,12): int *p=a+5,*q=NULL: *q=*(p+5): printf("%d %d\n",*p,*q); }

选项 A、运行后报错
B、66
C、612
D、5 5

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/iIWp777K
0

相关试题推荐
最新回复(0)