C Programming
What will be the output?void main(){ int a=10, b=20; char x=1, y=0; if(a,b,x,y){ printf("EXAM"); } }

Compiler Error
Nothing is printed
exam is printed
XAM is printed

ANSWER DOWNLOAD EXAMIANS APP