單項(xiàng)選擇題

順序棧s,棧頂指針是top指向棧頂元素,用e接收出棧元素,則出棧正確的是()

A.s[--top]=e;
B.e=s[++top];
C.e=s[top--];
D.s[++top]=e;

微信掃碼免費(fèi)搜題