Given pointer to a node X in a singly linked list. Only one pointer is given, pointer to head node is not given, can we
Posted: Wed Jul 13, 2022 7:41 pm
a) Possible if X is not last node
b) Possible if size of linked list is even
c) Possible if size of linked list is odd
d) Possible if X is not first node
b) Possible if size of linked list is even
c) Possible if size of linked list is odd
d) Possible if X is not first node