Chapter 17: Problem 9
Using the ListNode structure introduced in this chapter, write a function void printFirst(ListNode *ptr) that prints the value stored in the first node of a list passed to it as parameter. The function should print an error message and terminate the program if the list passed to it is empty.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.