What is the output of this C code?
int *i; int main() { if (i == NULL) printf("true\n"); return 0; }
Answer: A
No answer description available for this question.