以下程序运行后的输出结果是【1】。 #include #include void main() {char s[20]=”goodgood!”,*sp=s; sp=sp+2; sp=”to”;puts(s); }
以下程序运行后的输出结果是【1】。 #include #include void main() {char s[20]=”goodgood!”,*sp=s; sp=sp+2; sp=”to”;puts(s); }
以下程序运行后的输出结果是 。#include <string.h>#include <stdio.h>main(){char s[20]=”goodgood!”,*sp=s;sp=sp+2;sp=’to”;puts(s);}
以下程序运行后的输出结果是 。#include <string.h>#include <stdio.h>main(){char s[20]=”goodgood!”,*sp=s;sp=sp+2;sp=’to”;puts(s);}
7 以下程序运行后的输出结果是【1】。(如需表述回车换行,请使用中文“回车”表达)#include#includevoid main(){char s[20]="goodgood!",*sp=s;sp=sp+2; sp="to";puts(s);}
7 以下程序运行后的输出结果是【1】。(如需表述回车换行,请使用中文“回车”表达)#include#includevoid main(){char s[20]="goodgood!",*sp=s;sp=sp+2; sp="to";puts(s);}
1