Programming Languages
C
Objective
Jan 02, 2013
void main()
{
int a=10,b=20;
char x=1,y=0;
if(a,b,x,y)
{
printf("EXAM");
}
}
What is the output?
Detailed Explanation
Nothing Will be printed in this program so the answer is b.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts