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