Author: Stan Eisenstat
Subject: Re: [Cs223] Adding null strings to deque
Date: Friday, 03 Apr 2020, 07:59:34
> Message Posted By: Unknown
>
> Does deque accept null strings, or should it print an error message if a
> null string is added?
You may push or add ANY char* to a Deque, including the
NULL pointer.
--Stan-
PREV
INDEX
NEXT