Author: Stan Eisenstat
Subject: Re: [Cs223] None
Date: Wednesday, 18 Mar 2020, 17:21:36
> Message Posted By: Unknown > > Can we use arrays/array notation in our Deque.c file such as when moving a > string to S*? Yes, but bear in mind that the Deque stores pointers, not strings, so you move a pointer to *s, not what it points to. --Stan-PREV INDEX NEXT