判断字符串x是否大于字符串y,应当使用语句( )。
(A)if(x > y)
(B)if(strcmp(x,y))
(C)if(strcmp(y,x) > 0)
(D)if(strcmp(x,y) > 0)
Copyright ©