Question: For C programming when executing the following code fragment, what value does the variable y have? int x=1, y=0; if (x = 0) y =
For C programming when executing the following code fragment, what value does the variable y have?
int x=1, y=0;
if (x = 0)
y = 1;
else
y = 2;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
