A-A+

What are the values of a b and c after the following instructions: int a=5 b=7 c;

2020-09-18 20:52:02 资格考试 阅读

问题详情

What are the values of a, b, and c after the following instructions:

int a=5, b=7, c;

c = a+++b;

请帮忙给出正确答案和分析,谢谢!

参考答案

题库:
考点: