Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
How can a node be inserted in the middle of a linked list?
A) by repointing the previous and the next elements of existing nodes to the new node
B) by repointing only the next elements of existing node to the new node
C) by repointing only the Previous elements of existing node to the new node
D) None of the above
Explanation: by repointing the previous and the next elements of existing nodes to the new node You can insert a node in the middle of a linked list by repointing the previous and the next elements of existing nodes to the new node.
Related Answered Questions
Related Open Questions