Examples: ; %c single character format specifier: · char first_ch = 'f'; printf("%c\n", first_ch) · f ; %s string format specifier: · char str[] = " ...
確定! 回上一頁