previous | start | next

Null Pointers

Using a pointer with value 0 (NULL pointer value) to access memory will cause a segmentation fault.

If a doubly linked circular list with Header Node is used, no links in the free blocks will ever be NULL.



previous | start | next