#include <stdio.h> int *p; int main() { if (p == 0) printf("Hey\n"); return 0; }
Hey only if NULL value is 0
Previous Question Next Question
Your comments will be displayed only after manual approval.