Write a C program that uses array method to implement stack operations.
請問是哪邊錯?
#include <stdio.h>
#include<stdlib.h>
struct abc
{
int i;
int j;
int l;
int control;
int array;
};
int main (void)
{
struct abc ok;
while((ok.control=getchar())!=EOF)
{
for(ok.i=0;ok.i<15;ok.i++)
{ printf(" please select a operation\n-----------------------------\n <1> push value into stack\n <2> pop value out of stack\n <3> print stack\n <-1> terminate\n-----------------------------\n>");
scanf("%d",&ok.control);
switch(ok.c ..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容