23 下列 C 程式執行後的結果為何?5d2d7713afc48.jpg
(A) string1 and string2 are the same string1 and string3 are the same
(B) string1 and string2 are the same string1 and string3 are different
(C) string1 and string2 are different string1 and string3 are the same
(D) string1 and string2 are different string1 and string3 are different

答案:登入後查看
統計: A(45), B(332), C(53), D(304), E(0) #2034277

詳解 (共 4 筆)

#3490781
s1==s2 這裡的s1指的是s1這個c...
(共 59 字,隱藏中)
前往觀看
23
3
#5777806
s1和s2都是字符陣列,它們都包含字元序...
(共 178 字,隱藏中)
前往觀看
5
0
#5230548

還是不懂

1
0
#5615095
字串比較用 strcmp 或 strncmp
1
0