选择题   以下程序的输出结果是______。
    main()
    {int a=1,b=2;
    printf('%d,%d\n',--a,++b);}
 
【正确答案】 D
【答案解析】