Question: Consider the following code: java public void fun ( int data ) { Node node = new Node 0 . node.data = data; node.next =
Consider the following code:
java public void funint data
Node node new Node
node.data data;
node.next null;
node.next head;
head ode; :
a Inserts a node at the end of linked lists
b Inserts a node at the start of linked lists
c Deletes a node from the end of linked lists
d Deletes a node from the start of linked lists
whe
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
