Single Choice
Not Set
QWhat will be the output?
#include
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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Nothing is printed
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic