From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagadeesh Bhaskar P Subject: deletion in singly linked list Date: Tue, 23 Nov 2004 13:54:10 +0530 Message-ID: <1101198249.3786.3.camel@myLinux> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Linux C Programming I am having the address of a single node of a singly linked list. All I know about that node is that it is not the head of the list. Now say, I want to delete this node. I can infer its next node, but not its predicissor. Is there any way to delete that node, without breaking the whole linked list down!! -- Jagadeesh Bhaskar P