Making str (a pointer to) an empty string is done with str = ""; (or with str = "\0"; , which will make str point to an array of two zero bytes) ...
確定! 回上一頁