const char * const;. which is a constant pointer to a constant char (so nothing about it can be changed). One rule of the thumb to remember this ...
確定! 回上一頁