Linked lists are a user defined data data structures,used to store data and memory is allocated for linked lists dynamically,linked lists can be modified based on user's interest. It is usually modeled as structure with one data field and one address ...