MCQ Single Best Answer Not Set

QWhat is the output of this C code?

#include<stdio.h>
void main()
{ 
      int i=10; 
      i = !i>14; 
      printf("i=%d", i); 
}

ID: #1161 Operators and Enums in C Language 897 views
Question Info
#1161Q ID
Not SetDifficulty
Operators and Enums in C LanguageTopic

Choose the Best Option

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

  • A 10
  • B 11
  • D 1
Correct Answer: Option C

Explanation

Option C

Share This Question

Challenge a friend or share with your study group.