Computer Science, asked by liyanaliya16, 3 months ago

what is the output value of following programs ​

Answers

Answered by sanskarsingh98013416
9

Answer:

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 abhayheera63
0

Explanation:

please mention whose output value??

Similar questions