Chapter 17: Problem 10
Write a function void printSecond(ListNode *ptr) that prints the value stored in the second 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 has less than two nodes.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.