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