#include
Richard "); Return (ERROR); } the if (L - & gt; Length> 1
=MAXSIZE -{printf (" table is full can't insert "); Return (ERROR); } the for (k=L - & gt; Length; K>=I - 1; K -) L - & gt; Elem [k + 1)=L - & gt; Elem [k]. L - & gt; Elem [I]=e; L - & gt; Length; Return (OK); }//output element intOutputSeqList (SeqList * L) {inti; for(i=0; Ilength; I++) printf (" % d, "and L - & gt; Length++); Return (L - & gt; Elem [I]); }//main program intmain () {ints, c; SeqListL; Initlist (& amp; L); Printf (" please enter the sequence table length: "); The scanf (" % d ", & amp; S); Printf (" please input increasing sequence table: "); PutseqList (& amp; L, s); Printf (" table for % d \ n "long, L.l ength); Printf (" please enter to insert elements: "); The scanf (" % d ", & amp; C); InsList (& amp; L, PositionList (& amp; L, c), c); OutputSeqList (& amp; L); printf("\n"); }