Using recursion, make a function. This function should take one argument (a pointer to the first node in a linked list) and return the last name in the list. If there are no items in the list, then return NULL. Here is the code that calls function last().