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"); } }

exam is printed
Compiler Error
Nothing is printed
XAM is printed

ANSWER DOWNLOAD EXAMIANS APP