What are the advantages of array?



What are the advantages of array?..

Answer / Prandeep Kaur

The advantages of arrays include: fast access time, easy to implement and use, and they allow for random access.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are the differences between b tree and b+ tree?

1 Answers  


Define collision in hashing?

1 Answers  


Sorting is not possible by using which of the following methods? (a) Insertion (b) Selection (c) Exchange (d) Deletion

1 Answers  


What are the types of Collision Resolution Techniques and the methods used in each of the type?

1 Answers  


what is the biggest advantage of linked lists?

1 Answers  


Tell me can the size of operator be used to tell the size of an array passed to a function?

1 Answers  


Write the recursive c function to count the number of nodes present in a binary tree.

1 Answers  


What is meant by strongly connected in a graph?

1 Answers  


What is the data structures used to perform recursion?

1 Answers  


What is the difference between a stack and an array?

1 Answers  


What is collections singletonlist?

1 Answers  


Tell me why might quick sort might be better than merge sort?

1 Answers  


Categories