"string" is actually a const char[7] literal in C++ and a char[7] constant in C. a decays to a pointer of type const char* .
確定! 回上一頁