12_注释符号 1、下面的注释哪一个是错误的? #include <stdio.h> int main() { int/*...*/i; char* s = "abcdefgh //hijklmn"; //Is it a \ valid comment? in/*...*/t i; return 0; } 输出结果为: 由结果可知:第四