A-A+

下面程序的输出结果是【 】。 include <stdio.h> main() { stai

2022-08-12 18:56:23 问答库 阅读 197 次

问题详情

下面程序的输出结果是【 】。 include <stdio.h> main() { staic char b[]="Goodbye"; char * chp = &b [7]; while(- - chp>=&b[0])putchar (* chp); printf("n"); }


请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:eybdooG
eybdooG

考点:程序