【題組】9.We use the array A as defined above to implement the stack. After executing the 10 operations
問題詳情
【題組】9.We use the array A as defined above to implement the stack. After executing the 10 operations insequence, which of the following are true? (A) top=1; (B) A[O]=4; (C)A[1]=5; (D) The stack has 3integers.