Stack 栈是一种线性表的特殊表现形式,栈是按照“后进先出”的原则处理数据。Last In First Out 编译方式: gcc SeqStack.c SeqStackExample.c -o SeqStackExample.out 查看结果: ./SeqStackExample.out