引用 | 编辑
karen7710
2007-06-27 20:25 |
楼主
▼ |
||
![]() 改成用一个字元阵列"I will be back"来做 请问大大要怎么改呢? #include <stdio.h> #include <stdlib.h> #define BUFSIZE 255 /*定义阵列容量*/ char pop(void); /*放入堆叠资料的函式*/ void push(char); /*取出堆叠资料的函式*/ void dump(void); /*显示堆叠资料的函式*/ static char stack; /*以阵列模拟堆叠空间*/ static int s .. 访客只能看到部份内容,免费 加入会员 ![]()
|