#include /* Create NULL if NULL was not * created by stdio.h */ #ifndef NULL #dejine NULL '\0' #endif main() { " printf("%c \n", NULL); }