Q146
What will be the output of the following C code? #include int *i; int main() if (i == 0) printf("true "); return 0;
A.
true
B.
true only if NULL value is 0
AnswerC.
Compile time error
D.
Nothing
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board