Home > Back-end >  Int=5; A; Why a expression is 5
Int=5; A; Why a expression is 5

Time:06-10

There is a problem that is the case, why

CodePudding user response:

A value is 6
The value of + 5
Pay attention to distinguish between

CodePudding user response:

+ + a + the value of the expression is a, the expression of the value of a + 1

CodePudding user response:

Expression +; To calculate the value of the expression, then the + +

CodePudding user response:

Ok, got it, thanks for bosses

CodePudding user response:


I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html
  • Related