题目内容
有以下程序(注:字符a的ASCIl码值为97)
include<stdio.h>
main()
{ char*s={"abc")
do
{printf("%d",*S%10");++S; }
while(*s);
}
陧序运行后的输出结果是()。
查看答案
搜索结果不匹配?点我反馈