int x = -1;
int y = 3;
x= x+y;
printf("x-y is %d,\n",x-y);
Answers
Answered by
0
Answer:
Answer is -4
if the right Answer then like
Answered by
5
x-y is -1
printf("x-y is -1")
Similar questions
Math,
4 months ago
Social Sciences,
4 months ago
Computer Science,
10 months ago
Math,
10 months ago
Math,
1 year ago