x=4 ; x+=(x++)+(++x)+x
Answers
Answered by
1
Answer:
Given,x=4
x+=x++ + ++x +x
>>>x=x+(x++ + ++x +x)
>>>x=4+(4 + 6 + 6)
>>>x= 4+16
>>>x=20
Similar questions
Computer Science,
2 months ago
Math,
2 months ago
Physics,
5 months ago
Math,
5 months ago
Computer Science,
11 months ago
Math,
11 months ago