Vidyalelo
Data Structure · Q5

Linked Lists in Data Structures

Programming · Data Structure · question 5

Q5

How do you find the length of a linked list?

A.
Using the length property
B.
Using the size property
C.
Iterating through the list
Answer
D.
Using the count property

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board