18 下列那一種資料結構最適合用來置放遞迴函式(recursive function)之區域變數(local variables)?
(A)hash table
(B)queue
(C)stack
(D)tree

答案:登入後查看
統計: A(20), B(34), C(188), D(20), E(0) #2354703

詳解 (共 1 筆)

#4232458
此題為堆疊(stack),因stack具...
(共 71 字,隱藏中)
前往觀看
9
0