2.11 代碼 int f() { char a[] = "Hello, world!";} 不能編譯。

可能你使用的是 ANSI 之前的編譯器, 還不支持 ``自動聚集''(automatic aggregates, 即非靜態局部數組、結構和聯合) 的初始化。 參見問題 11.28

翻譯朱群英、孫雲, LaTeX2HTML 編譯 朱群英 (2005-06-23)