Let A and B be two linked list write a c function to create new linked list C that contain elements alternately from A and B beggining with the first element of A if you run out of element in one of in of the list then append the remaining elements of other of other list to C.
Comments
Leave a comment