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