Computer Science, asked by mahisrivastava22, 5 months ago

int x=5;
int y= (--x) * 2 + 4 * (++x); find the value of y

Answers

Answered by shreyashreepani1985
0

Answer:

int x=5;

int y= (--x) * 2 + 4 * (++x); find the value of y

Similar questions