Question: int MAIN(void) int a, b, c; a = b + 10; printf(a is %d , a); printf(b is %f , b); } If you compile

int MAIN(void)
int a, b, c;
a = b + 10;
printf(a is %d , a);
printf(b is %f , b);
}
If you compile using:
gcc Wall Werror Wextra ansi pedantic - c code.c o code.o
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
