I have an array of char pointers and I can store a string literal to an element of the array. For example: char *array[256]; array[0] = "Hello";.
確定! 回上一頁