Question:
Find the final value of b, consider the initial value of b as 7
b-=(b--)-(--b)-(--b)
Answers
Answered by
0
Explanation:
22. From first term of the expression b=a++ + ++a; a++ means 10 but it will increase it value if it is use again. ++a means increase value of a immediately. What is value of a. It is 10, no it will change it value by 1 if it use again. So from above line its value is 11 and than increase value of a immediately its value is 12. So value of b = 22.
Similar questions