实现顺序栈的出栈,取栈顶操作

//实现顺序栈的出栈,取栈顶元素操作#include <stdio.h>#include <string.h>#include <stdlib.h>#include <malloc.h>#define

腾讯文库实现顺序栈的出栈,取栈顶操作实现顺序栈的出栈,取栈顶操作