Discussion Forum : C Miscellaneous
Question - Determine Output:
void main()
{
char not;
not = !2;
printf("%d", not);
}
Options:
A .  2
B .  Garbage Value
C .  0
D .  None of These
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *