It is also possible to declare a C string as a pointer to a char : char* s3 = "hello";. This creates an unnamed character array just large enough to hold the ...
確定! 回上一頁