linked lists, trees, objects with references to other objects
That’s not a pointer to another pointer, but a pointer to a data structure that happens to contain another pointer.
linked lists, trees, objects with references to other objects
That’s not a pointer to another pointer, but a pointer to a data structure that happens to contain another pointer.