Computer Science, asked by ayush194112, 10 months ago

what is the output of the following expression if x is equal to 2 initially? x+=x++ + ++x/2;​

Attachments:

Answers

Answered by dishhha21
3

The value of x=4

Explanation:

the expression will be as follows:

x= x+ 3+3/2

Similar questions