12345678910



Question 1: Is there any difference between the following two statements?
char *p=0;
char *t=NULL;

1. Yes
2. No