Output of a C question..
Posted
by RBA
on Stack Overflow
See other posts from Stack Overflow
or by RBA
Published on 2010-05-14T10:34:00Z
Indexed on
2010/05/14
10:44 UTC
Read the original article
Hit count: 127
Filed under:
c
int main()
{
int a=10,b=20;
char x=1,y=0;
if(a,b,x,y)
{
printf("EXAM");
}
}
Hi, Please let me know why output of this question is "Printed Nothing"..
Thankss.
© Stack Overflow or respective owner