单项选择题

判断字符串str1是否大于字符串str2,应当使用(    )。 A.
if(str1>str2) B.
if(strcmp(str1,str2)<0) C.
if(strcmp(str2,str1)>0) D.
if(strcmp(str1,str2)>0)