Example: c printing char pointer #include int main() { char * str = "Hello"; printf("%s\n", str); return 0; }
確定! 回上一頁