What is the output of given C fragment program.If(a = 0) ,
The output of given C fragment program. If (a = 0),
printf("a is zero");
else
printf ("a is not zero");
Output:-
a is not zero.