Question: Given this code: if(a%2==0) printf(Option1 ); else printf(Option2 ); What will be the output if a=-458 A No output B Option1 C) No answer
Given this code: if(a%2==0) printf("Option1 "); else printf("Option2 "); What will be the output if a=-458 A No output B Option1 C) No answer D) Option2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
