PREV INDEX NEXT

Author: Unknown
Subject: isEmptyD() on null pointers
Date: Wednesday, 01 Apr 2020, 23:12:31

For isEmptyD(Deque *d), should this return true if d or *d are null? Because then the deque wouldn't exist, but then it would be empty in a sense, so I'm confused if it should return true or false in these cases.
PREV INDEX NEXT