Home
|
Tech FAQ
|
Interview Questions
|
Placement Papers
|
Tech Articles
|
Learn
|
Freelance Projects
|
Online Testing
|
Geeks Talk
|
Job Postings
 |
Knowledge Base
 |
Site Search
|
Add/Ask Question
GeekInterview.com
>
Tech FAQs
>
OOPS
Print
|
Question
:
How can we delete a linklist without using start pointer
Pls specify the code
January 01, 2006 21:18:08
#1
Nitin Gupta
Member Since: Visitor Total Comments: N/A
RE: How can we delete a linklist without using start p...
Use a doubly linked list, then you can start from the current pointer and go back and forth and delete the nodes.
Back To Question