Computer Science, asked by anshikagarwal6666, 2 months ago

if head=NULL, on a single linked list, it means

Answers

Answered by apurba2004vizag
0

Answer:

A linked list is a data structure where one object refers to the next one in a sequence by storing its address. Each object is referred to as a node. ... A empty list is represented by setting the head to null.

Explanation:

Similar questions