#include <stdio.h> int main(){ int *p = ' '; if (p == NULL){ // this block will get executed. } return 0; }
我已经读过0,NULL并且
0
NULL