問題詳情
16. If the function int volume(int x = 1,int y = 1,int z = 1) ; is called by theexpression volume (7,8), how many default arguments are used?
(A) None.
(B) One.
(C) Two.
(D) Three.
(E) It depends on the runtime environment.
參考答案
答案:B
難度:計算中-1
書單:沒有書單,新增
用户評論
【Jane Yen】評論
16. If the function int volume(int x = 1,int y = 1,int z = 1) ; is called by the expression volume (7,8), how many default arguments are used?