7. Which of the following statements about stack is TRUE?
(A)in a programming language that doesn't support pointers, there is no way to use stack.
(B)By using a stack, we can process data in a FILO order
(C)We use stack structure to handle print jobs in a printer server.
(D)We can use instruction PUSH to push a data to the bottom of a stack.
詳解 (共 2 筆)
未解鎖
正確的說法是 (B) 通過使用堆疊,我們...
未解鎖
(C) We use stack str...