void main() { if("a" == "a") printf("Yes, equal"); else printf("No, not equal"); }
为什么输出No, not equal?
No, not equal
c string
c ×1
string ×1