What will be the result stored in x after evaluating the following expressions?
int, x=4; x + = (x++) + (++x) + x
please tell me answer
Answers
Answered by
1
Answer:
4+ 6+6=16
Explanation:
x+=16 ...
is it 17
Answered by
0
x = x + (x++) + (++x) + x
x = 4 + ( 4 ) + ( 1 + 5 ) + 6
x = 4 + 4 + 6 + 6
x = 8 + 12
x = 20
Mark me as brainlist__"__"__!!!!!!
Similar questions
Math,
5 months ago
Hindi,
5 months ago
Biology,
9 months ago
Biology,
9 months ago
Social Sciences,
1 year ago