Question: D Question 5 5.5 pts int main(void) { int a = 300,b,c; if (a >= 400) b - 300; C = 200; printf( %d %d,

D Question 5 5.5 pts int main(void) { int a = 300,b,c; if (a >= 400) b - 300; C = 200; printf(" %d %d", b, c): return 0; Fill in the blanks by choosing one or more values from the following options: 1.200 2. garbage 3. 300 4.400 Output: The value of b will be and the value of c will be equal to Question 6 5.5 pts int main(void) int x = 3, y, z: y = X = 10: 2 x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
