问题
填空题
下面程序的输出结果是 【7】 。
# include <stdio.h>
main( )
staic char b[]="Goodbye";
char * chp = &b [7];
while(- - chp>=&b[0])putchar (* chp);
printf("\n");
答案
参考答案:[7];eybdooG
下面程序的输出结果是 【7】 。
# include <stdio.h>
main( )
staic char b[]="Goodbye";
char * chp = &b [7];
while(- - chp>=&b[0])putchar (* chp);
printf("\n");
参考答案:[7];eybdooG