下述语句中,在字符串s1和s2相等时显示"they are Equal"的是( )。

admin2011-06-10  42

问题 下述语句中,在字符串s1和s2相等时显示"they are Equal"的是(    )。

选项 A、if(*s1=*s2)       puts("they are Equal");
B、if(!strcmp(s1,s2))       puts("they are Equal");
C、if(s1==s2)       puts("they are Equal");
D、if(strcmp(s1,s2))       puts("they are Equal");

答案B

解析
转载请注明原文地址:https://kaotiyun.com/show/EDPp777K
0

最新回复(0)