What is the output of the following C code? int i=0, j = 2; if(i-j) printf(i); else printf(1); Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .
What is the output of the following C code? int i=0, j = 2; if(i-j) printf(i); else printf(1); Show transcribed image text
An answer will be send to you shortly. . . . .