揮発性のメモ2

http://d.hatena.ne.jp/iww/

(null)

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

おおお・・・