单项选择题

数字字符'0'的ASCII值为48, 若有以下程序:
#include <stdio.h>
main( )
char a='1',b ='2';
printf( "% c,",b + + );
printf(" % d \n" ,b -

A.;
&nbs