Q79 Write a program to insert, remove and display node in doubly linked list. How to insert a node in start of list, middle of list and end of list? Write a program to reverse a doubly linked list. July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Share this: Q77 Write a program to insert, remove and display node in singly linked list. How to insert a node in start of list, middle of list and end of list? Write a program to reverse a singly linked list.July 19, 2015Most Important Interview Questions In CQ83 How do you find nth node from the end of a linked list?July 19, 2015Most Important Interview Questions In CQ80 How will you detect loop in a linked list? Write a program to remove loop from a linked list?July 19, 2015Most Important Interview Questions In C