Computer Science, asked by chetanac, 8 months ago

int x = -1;
int y = 3;
x= x+y;
printf("x-y is %d,\n",x-y);​

Answers

Answered by mdashikalam05
0

Answer:

Answer is -4

if the right Answer then like

Answered by veeramehta09
5

x-y is -1

printf("x-y is -1")

Similar questions