A.后進先出(先進后出) B.先進先出 C.后進后出 D.不進不出
A.e=s[top--]; B.s[--top]=e; C.e=s[++top]; D.s[++top]=e;
A.strcpy B.strcat C.strcmp D.strlen