判定一个栈ST(最多元素为m0)为空的条件为:


判定一个栈ST(最多元素为m0)为空的条件为:

A.ST->top>0

B.ST->top=0

C.ST->top>m0

D.ST->top=m0

正确答案:A


Tag:元素 条件 时间:2023-02-14 14:10:32