void main() 
{ 
   int a=10,b=20; 
   char x=1,y=0; 
   if(a,b,x,y) 
   { 
      printf("EXAM"); 
   } 
} 
a) XAM is printed 
b) EXAM is printed 
c) Compiler Error 
d) Nothing is printed 
Learn C programming skills, test your c skill. C Interview questions.
No comments:
Post a Comment