Consider, we are given pointers to first and last node of a singly linear linked list, which
Question:
Consider, we are given pointers to first and last node of a singly linear linked list, which of the below functions are dependent on the length of the linked list.
A. Delete the first node from the linked list B. Insert a new node as a first node in the linked list C. Delete the last node from the linked list D. Insert a new node at the end of the linked list
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Data Structures Using C A Practical Approach For Beginners
ISBN: 9781000470741
1st Edition
Authors: Amol M Jagtap, Ajit S Mali
Question Posted: