• 2021-04-14
    中国大学MOOC: 已知在ASCII字符集中,数字0的序号为48,下面程序的输出结果为( )。#include int main(){char x, y;x = 0, y = 9;printf("%d, %d", x, y);return 0;}