Computer Science, asked by whitedevil70, 1 day ago

int a=23,x;

x= -a + a (a / ++a) -a;​

Answers

Answered by SanchitaGupta14
0

Answer:

x = -47

Explanation:

x = -23+23(23/24)-24;

x = -23+23(0)-24;

x = -23+0-24;

x = -23-24;

x = -47;

Hope it helps !! :)

Similar questions