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



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

Answer / Sanjeet Kumar

An array is a collection of elements stored in contiguous memory locations, accessed with one or more indices or key values. Array operations include initializing, accessing individual elements, inserting new elements, deleting existing elements, sorting, searching, and resizing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is a concurrenthashmap?

1 Answers  


What are the advantages of merge sort?

1 Answers  


What do you mean by Logical Error

1 Answers  


Define the graph data structure?

1 Answers  


What is the procedure to insert into a sorted array?

1 Answers   Wipro,


Write any two principles of gradation of structures.

1 Answers   Mahatma Gandhi University,


How can I search for data in a linked list?

1 Answers  


What is a linear search?

1 Answers  


What is a vector class?

1 Answers  


what is the biggest advantage of linked lists?

1 Answers  


How will you free the memory that is allocated at run time?

1 Answers  


Write a program to reverse a single linked list.

1 Answers   CGI,


Categories