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  >  Placement Papers  >  Wipro  >  Technical

 Print  |  
Question:   Link list is implemented as a structure (data, link *), How is pointer moved to the next node, cursor points to the present node.

A. cursor == cursor->link
B. cursor ++
C. ++ cursor
D. none of these





March 03, 2006 08:26:10 #1
 madhavi_2784   Member Since: February 2006    Total Comments: 6 

RE: Link list is implemented as a structure (data, li...
 
a
     

 

Back To Question