【单选题】判断字符串sl是否大于字符串s2,应当使用()。

A.if(sl>s2) B.if(strcmp(sl,s2)) C.if(strcmp(s2,s1)<0) D.if(strcmp(sl,s2)>0)

时间:2023-11-01 11:23:16

相似题目