問題詳情

3. 在 C 語言中,請問以下函數的設計中何者為錯誤?
(A) int Func{ int a = 3; return a+2; }
(B) int Func{ return 5; }
(C) int Func{ return 2+3; }
(D) int Func{ int x = 5; return; }

參考答案

無參考答案

內容推薦

內容推薦