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
AnswerD.
Using the count property
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board