Pointers and Arrays · char array[] = "abc" sets the first four elements in array to 'a', 'b', 'c', and '\0' · char *pointer = "abc" sets pointer to the address of ...
確定! 回上一頁