7.We use the array A as defined above to implement the stack. We want to store the first integer at index=0. Let the latest input be stored at index=top. What is the value of top for the empty stack?
(A) top=0;
(B) top=1;
(C)top=-1;
(D) top=9.

答案:登入後查看
統計: 尚無統計資料