A.棧頂 B.棧底 C.棧中 D.棧外
A.后進先出(先進后出) B.先進先出 C.后進后出 D.不進不出
A.e=s[top--]; B.s[--top]=e; C.e=s[++top]; D.s[++top]=e;