Vidyalelo
C Programming · Q110

Structure and Union

Programming · C Programming · question 110

Q110

Presence of loop in a linked list can be tested by . . . . . . . .

A.
Traveling the list, if NULL is encountered no loop exists
B.
Comparing the address of nodes by address of every other node
Answer
C.
Comparing the the value stored in a node by a value in every other node
D.
None of the mentioned

Answer: Option B

Solution

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