Question: answer the multiple choice ! c programming M3- Three sets of codes with missing parts and their respective outputs are given below. Find the missing
M3- Three sets of codes with missing parts and their respective outputs are given below. Find the missing code for each case: Code A: intx=1, y=1; printf(" * = %d y = %d",x,y); X=0 y = 1 Output: A1 Code B: int x=1, y=1; printf(" x = %d y = %d",x,y); Output: B0 X=0 y = 0 Code C: intx=1, y=1; printf(" x = %d y = %d",x,y); Output: C1 X=1 y = 0 a) Code A: printf(" A %d", X-11 -Y); Code B: printf(" B %d", X-&& --y); Code C: printf(" C %d",x-&& ++x && y--); b) Code A: printf(" A %d",x-&& -y); Code B: printf(" B %d",x-II -Y); Code C: printf(" C%d",x-1| ++x && y--); c) Code A: printf(" A%d",x-11-y); Code B: printf(" B%d",x-11-y); Code C: printf(" C%d",x-&& #*&&y->; d) Code A: printf(" A%d",x-11-y); Code B: printf(" B%d",x-11-y); Code C: printf(" C %d", x-&& #x || -); YOUR
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
