冷酷雨

文章
6
资源
0
加入时间
2年10月21天

顺序栈共享

main.c函数:/*设有两个栈S1和S2都采用顺序栈的方式存储,并且共享一个存储区*/#include#include#define STACKSIZE 100 typedef int DataType;#include "SSeqStack.h"void main( ){ SSeqStack S; int i; DataType a[] = { 'a', 'b', 'c