1.

What will be the output of the following C code?#include <stdio.h> int *ptr; int main() { if (ptr == NULL) printf("Right n"); return 0; }

A. Right only if NULL value is 0
B. Compilation Error
C. Nothing
D. Right
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs