#include stdio.h int main() { char *p = NULL; char *q = 0; if (p) printf(" p "); else printf("nullp"); if (q) printf("q\n"); else printf(" nullq\n"); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login