Computer Science, asked by Aaryan961, 5 months ago

What will be the output of this question?

No spam or else surely reported....​

Attachments:

Answers

Answered by XxMrGlamorousXx
0

. #include <stdio.h> int main() { int x; x = 10; if(x > 10) x -= 10; else if(x >= 0) x += 00; else if(x) x += 10; else x -= 10; printf("%d\n",x); return 0; }

Answered by danger7537
0

Answer:

this is your answer hope it helps you

Attachments:
Similar questions