这道题怎么算?在线等 急!谢谢啦! 10
Whatarethefinalvaluesofx,iandjafterthefollowingstatementsareexecuted?inti=0;intj=0;in...
What are the final values of x, i and j after the following statements are executed?
int i = 0;
int j = 0;
int x = 0;
i = ++x;
x += 2;
j = x++; 展开
int i = 0;
int j = 0;
int x = 0;
i = ++x;
x += 2;
j = x++; 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询