下列程序段的输出结果为()。 #include<stdio.h> main() { static char a[]="language"; char *p; p=a; for(p=a;p<a+8;p+=2) putchar(*p); }
A、language
B、lnug
C、有语法错误
D、lang
下列程序的输出结果为 #include voidmain() { char,a[]={”hello",”the",”world”}; char
下面程序段的输出为 #include"stdio.h" main() {printf("%d\n",12$amp;<amp;$lt;2);} A.0
现有如下程序段,则程序段的输出结果为【16】。 #include"stdio.h" intfun() {staticintk; " />