88
Stack as ADO
(cont)
Implementation may use the following data structure:
typedef struct { char item[MAXITEMS]; int top; }
stackRep
;