注意:此页面搜索的是所有试题
【单选题】
判断字符串s1是否大于字符串s2,应当使用的语句是:

A、
if(s1>s2)

B、
if(strcmp(s1,s2))

C、
if(strcmp(s2,s1)>0)

D、
if(strcmp(s1,s2)>0)

参考答案