#include <stdio.h> void main () { int* p = NULL; printf("%d", *p); }
它打印:
c pointers
c ×1
pointers ×1