How about: char *str = "hello"; while (*str) { printf("%c %u %x\n", *str, *str, *str); str++; }.
確定! 回上一頁