Vidyalelo
C Programming · Q146

Function

Programming · C Programming · question 146

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
Answer
C.
Compile time error
D.
Nothing

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board