

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output? void main(){ int a=10, b=20; char x=1, y=0; if(a,b,x,y){ printf("EXAM"); } } |
A. | XAM is printed |
B. | exam is printed |
C. | Compiler Error |
D. | Nothing is printed |
Answer» E. | |