揮発性のメモ2

知識をメモ書きしておく

(null)

1: int main()
2: {
3:   printf("null='%s'\n",0);
4: }
$ ./a.out
null='(null)'

おおお・・・