char * const something -> it means something is a constant char pointer that cannot point to anything else and points to a set of characters in the memory.
確定! 回上一頁