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?

Choose the correct answer:
A) XAM is printed
B) Nothing is printed
C) Error of Compiler
D) exam is printed
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
Feedback