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