Computer Science, asked by arundhuti28183, 6 months ago

int x = -1;
int y = 3;
x = x + y;
printf("x - y is %d.\n", x - y);
what is the output?

Answers

Answered by AnindaBasu
1

Answer:

The output of the program will be -1

Similar questions
Math, 3 months ago