int top(stack s{if(IsEmpty(s)) { printf("\nStack is empty"); return ; } return s->Array[s->top];} 查看完整描述