Exercise 24.02 Write a call of assert that causes a program to terminate if a variable named top has the value NULL. Solution assert(top != NULL);