問題詳情

4 在 C 語言中,下列那個函數有程式語法錯誤?
(A) int Func{ return 7; }
(B) int Func{ int a=3; return a+4; }
(C) int Func{ return 3+4; }
(D) int Func{ int a=7; return; }

參考答案

答案:D
難度:適中0.587302
統計:A(6),B(2),C(18),D(37),E(0)

內容推薦

內容推薦