Is array a linked list?



Is array a linked list?..

Answer / Ankita Tiwari

No, an Array is not a Linked List. An Array stores elements in contiguous memory locations, while a LinkedList consists of nodes that are connected by references.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How can someone display singly linked list from first to last?

1 Answers  


Explain what is the bucket size, when the overlapping and collision occur at same time?

1 Answers  


Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .

1 Answers  


What do you mean by rehashing?

1 Answers  


Define an equivalence relation?

1 Answers  


What is adt in data structure with example?

1 Answers  


Define in brief an array. What are the types of array operations?

1 Answers  


How can a binary tree be represented using the rotation?

1 Answers  


There are 2 int type array data type. One is containing 50 elements, and another one is containing 30 elements. Can we assign the array of 50 elements to an array of 30 elements?

1 Answers  


Explain what are the methods available in storing sequential files ?

1 Answers  


What is a sorting algorithm in data structure?

1 Answers  


Does linked list allow null values?

1 Answers  


Categories