char * – A mutable pointer to mutable character/string ... int main() { char *str; char hello[] = "Hello"; str = hello; printf("%s\n", ...
確定! 回上一頁