题目内容
若输入“abcdef”“abdef”,下述程序的输出结果为()。
#include
#include
main
{int n;
char s1[20],s2[20],*p1,*p2;
scanf("%s",s1);
scanf("%S",s2);
p1=s1;
p2=s2;
n=strcmp(p1,p2);
printf("Vood\n",n); }
查看答案
搜索结果不匹配?点我反馈