已知在ASCII字符集中,数字0的序号为48,下面程序的输出结果为( )。
char x,y; x='0'; y='9'; printf("%d,%c\n",x,y);
(A)因输出格式不合法,输出错误信息
(B)48,9
(C)0,9
(D)0,57
Copyright ©