Transcription: These lines destroy the phoneNum object that is the first item in this linked list. Notice that the pointer first is updated. The operator delete calls the destructor of the phoneNum object and deallocates the dynamic memory it occupied.