单项选择题

已知在ASCII字符集中,数字0的序号为48,下列程序的输出结果为______。 main() } char a='0',b='9'; printf("%d,%c\n",a,b) ; }

A.因输出格式不合法
B.48,57
C.0,9
D.48,9