判断字符串a是否大于b,应当使用()。
判断字符串a是否大于b,应当使用()。
A.if (a>b)
B.if (strcmp(a,b))
C.if (strcmp(b,a)>0)
D.if (strcmp(a,b)>0)
正确答案:D
Tag:字符串
时间:2022-12-12 23:47:00