if x=4 find the value of X=x++*++x%2
Answers
Answered by
0
Step-by-step explanation:
20
x = x + ( (x++) + (++x) + x) = 4 + ((x++) + (++x) + x) = 4 + ((4++) + (++x) + x) = 4 + (4 + ++5 + x) = 4 + (4 + 6 + 6) = 4 + 16 = 20
Similar questions