Single Choice Not Set

QWhat will be the output?

#include <stdio.h>
void main(){ 
    int a=10, b=20;
    char x=1, y=0;
    if(a,b,x,y){ 
        printf("EXAM"); 
    } 
}

ID: #1181 Operators and Enums in C Language 2,991 views
Question Info
#1181Q ID
Not SetDifficulty
Operators and Enums in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A EXAM is printed
  • B exam is printed
  • C Compiler Error
  • D Nothing is printed
Correct Answer

Explanation

Nothing is printed

Share This Question

Challenge a friend or share with your study group.