Which of the following lines of the code will delete two successive nodes of a single linked linear list(with more than two nodes)? Here 'LINK[X]' denotes the address field of node X.

🎲 Try a Random Question  |  Total Questions in Quiz: 99  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Data Structures Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


Which of the following lines of the code will delete two successive nodes of a single linked linear list(with more than two nodes)? Here 'LINK[X]' denotes the address field of node X.