what is the output value of following programs
Answers
Answered by
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
0
Explanation:
please mention whose output value??
Similar questions
Hindi,
1 month ago
Math,
1 month ago
English,
3 months ago
Social Sciences,
9 months ago
CBSE BOARD X,
9 months ago