int a=10;printf(“%d”,a++);输出11. 第五章单元测试 A.错 B.对 int a=10;printf(“%d”,a++);输出11. 第五章单元测试 A.错 B.对 正确答案:A