MCQ Practice
Single Best Answer
Topic: Operators and Enums in C Language
Q
What is the output of this C code?
#include
void main()
{
int i=10;
i = !i>14;
printf("i=%d", i);
}
Subchapter
Operators and Enums in C Language
Action
Choose one option below