Write a program to maintain a singly linked list having the following functions:a. Creation of… 1 answer below »
Write a program to maintain a singly linked list having the following functions:a. Creation of the list a. Displaying the list.b. Traverse through the linked list and pick all theodd numbered nodes and place them in thebeginning of the list and the rest will be all the even numbered nodes.