如何比较C中的两个字符串?帮助我,我是初学者@@
char *str1 = "hello"; char *str2 = "world"; //compare str1 and str2 ?
c
c ×1