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 fun(int data){
Node node = new Node 0.
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
(1)23C whe
 Consider the following code: java public void fun(int data){ Node node

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!