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  >  DRDO

 Print  |  
Question:  What is an array? What is the advantage of linked-list over array?



May 05, 2007 08:13:18 #5
 sunil kumar   Member Since: Visitor    Total Comments: N/A 

RE: what ia an array ? advantage linked-list over arry...
 

Array is a collection of homogenious data elements stored in continuous memory locations.

In array we have a direct access to any element but in linklist to access any element we have to begin from the start node.

     

 

Back To Question