Question: 9. What is the output of the following program? #include int main(void) { int a,b,c; a b c = -1; a = 2+ (--c);

9. What is the output of the following program? #include int main(void) { int a,b,c; a b c = -1; a = 2+ (--c); b=++a; c-ct--b; printf("a: d, b: d, c: d ", a, b, c); return 0;
Step by Step Solution
There are 3 Steps involved in it
include stdio h int mainvoid int a b c a b c 1 a 2 c b a c c b ... View full answer
Get step-by-step solutions from verified subject matter experts
