In C, a string is actually stored as an array of characters, so the 'string pointer' is pointing to the first character. For instance, · char myString[] = "This ...
確定! 回上一頁