We declare a pointer *text of type char and create a string literal 'HELLO' in ... '\0') { printf("The address of %c is at %p\n", *p, p); p++; } length = p ...
確定! 回上一頁