Question: pls explain how you get the answer Question 5 In the following code, what is the scope of the integer variable x? 1 2 3
pls explain how you get the answer
Question 5 In the following code, what is the scope of the integer variable x? 1 2 3 4 int c-12; int *w; 5 7 int x; printf("Your answer is %d " , x) ; 10 else 12 13 14 15 16 17 int z=16; printf("Examine gt=19; this value: %d " Answers: a, Lines 1-17 b, Llnes 6-10 and lines 12-16 c. Lines 6-10 d. LInes 1-5 only
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
