What will be the output of this question?
No spam or else surely reported....
Attachments:
Answers
Answered by
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
0
Answer:
this is your answer hope it helps you
Attachments:
Similar questions