Question a pointer of a node present in between a single link list is given. no start pointer is given. we have to delete this node so wht we have to do?
Answer Hi Tp
This is impossible, people might ask you this question to test your level of confidence. if you need to delete the nth node then n-1th node must point to the n+1th node but since you having the address of only the nth node its next to impossible to find the address of the n-1th node.