How do arrays work?



How do arrays work?..

Answer / Km Neha

Arrays store multiple values of the same data type in an ordered sequence, with each value having an index. Arrays can be dynamically or statically allocated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Are the expressions arr and &arr same for an array of integers?

1 Answers  


How do you implement a stack?

1 Answers  


Define outdegree of a graph?

1 Answers  


How many sorting techniques are there?

1 Answers  


What is linear and non linear structure?

1 Answers  


How do I push an element into a stack?

1 Answers  


What is precision in data structures?

1 Answers  


What is height balanced tree?

1 Answers  


What happens if we put a key object in a hashmap which exists?

1 Answers  


Does arraylist maintain order?

1 Answers  


Can a null element added to a treeset or hashset?

1 Answers  


What is dequeue operation?

1 Answers  


Categories