Question: 4. Write a function, Copy(L), which makes a copy of a linked list, L, and returns a pointer to the first node of the copy.

4. Write a function, Copy(L), which makes a copy of a linked list, L, and returns a pointer to the first node of the copy. una Assume that the following types and variables have been defined in C and are avail able for use: typedef char AirportCode(4) typedef struct Node Tag { AirportCode Airport; struct Node Tag "Link; } Node Type: Node Type "L, M. "N
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
