填空题

以下程序运行后的输出结果是______。
main( )
int a=2,b=3,c=4;
a*=16+(b++)-(++c);
printf("%d",a);

【参考答案】

28