C-strings are simply implemented as a char array which is terminated by a null character ... const char * str = "This is a string literal.
確定! 回上一頁