Home > Back-end >  O use_stack results
O use_stack results

Time:09-18

# include & lt; stdio.h>
# include & lt; Stdbool. H>

# include "config. H"
# include "stackarr. H"

Int main (int arg c, char * argv []) {
DATATYPE seqence []={1, 2, 3, 4, 5, 6, 7, 8, 9};

Mini_stack_ptr_t mini=NULL;

//bugs here)

for (int i=0; IPush (mini, seqence [I]);

while(! The empty (mini))
Printf (" % d \ n ", pop (mini));

return 0;
}
Have bosses know output, how to analyze and validate

CodePudding user response:

Not 987654321?
  • Related