為什麼我像下面的例子一樣用一個const變量來初始化數組,ANSI C的編譯器會報告一個錯誤呢? const int n = 5;. int a[n];. 答案與分析: 1)、這個問題討論 ...
確定! 回上一頁