Assume you are given a pointer to the head of an existing list(named head). The nodes of the linked-list are of type struct Node(as defined on display 13.7 on page 754). Write a for-loop toiterate through the list and print the data of every other elementof the list (starting with the first element).
Expert Answer
An answer will be send to you shortly. . . . .