// 请计算 char类型的0x89输出整数结果是多少? #include int main() { char c = 0x89; printf("%d\n", c); return 0; }