What are the values of a, b, and c after the following instructions:
int a=5, b=7, c;
c = a+++b;
请帮忙给出正确答案和分析,谢谢!