Programming Languages
C
Objective
Mar 09, 2013
What will be the output of the following program ?
void main()
{ int a=11,b=25;
char x=1,y=0;
if(a,b,x,y)
{
printf("PIZZA");
}
}
Detailed Explanation
No Explanation
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts