C does not store the “entire string” in a pointer. The pointer variable points the first byte of the string. cout prints the string starting at that and ...
確定! 回上一頁