PREV INDEX NEXT

Author: Unknown
Subject: addD()
Date: Wednesday, 18 Mar 2020, 05:29:13

Why might the value of *d change as a result of addD()? Don't we just allocate a new Node *e, fill in the values for *e, and then update the value of *d->T? The value of **d changes, but shouldn't the value of *d remain the same?
PREV INDEX NEXT