Latest C Aptitude Question SOLUTION: What is the output of this C code? #include int main() { char *p = NULL; char *q = 0; if (p) printf(" p "); else print