CUET PG 2024 — Computer PYQ
CUET PG | Computer | 2024If we want to find last node of a singly linked list then the correct coding is

If we want to find last node of a singly linked list then the correct coding is
While (temp ®link ! = data) temp = temp ® link