Computer Science, asked by nanditadalui7785, 7 months ago

int x=4
x+x++*++x%2

PLZ HELP ME.​
Answe as soon as possible.
Please give step by step explanation.

Answers

Answered by shreyansh280306
1

++ represents increase in the value of x by 1.

In ++x the value of x is increased by 1, then value is put in the equation.

In x++ the value of x is put then it is increased by 1.

Attachments:
Similar questions