GeekInterview.com
   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  >  Interview Questions  >  Programming  >  C

 Print  |  
Question:  write a code for implementation of doubly linked list with use of single pointer in each node



January 01, 2006 12:56:24 #3
 adhyas   Member Since: Visitor    Total Comments: N/A 

RE: write a code for implementation of doubly linked l...
 
but this solution is as good as having another integer which stores the pointer value directly (instead of having an XORed value). You can always put pointer values and do pointer operations using integer variables.
     

 

Back To Question