int ch[] = {97, 97, 97, 0}; puts(ch); if (strcmp("AAA", ch)) { printf("real?true!"); }
就算是C语言的陷阱吧?
原文:http://www.cnblogs.com/mrye/p/4070173.html