What is data structure? Explain.



What is data structure? Explain...

Answer / Mr Sambhu Kumar

A Data Structure is a specialized format for organizing, processing, retrieving and storing data in computers. It defines the organization, relationships, and properties of the data. Examples include arrays, linked lists, stacks, queues, trees, graphs, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Is vector synchronized?

1 Answers  


How do you balance a tree?

1 Answers  


What is the default size of an arraylist?

1 Answers  


Which interfaces are implemented by linkedhashset?

1 Answers  


What is data structure what is need of it?

1 Answers  


What are the advantages of binary search over linear search?

1 Answers  


If you do not initialize an array what will happen?

1 Answers  


What is a list of lists?

1 Answers  


what is Singly Linked list?

1 Answers  


Why do we need sorting algorithms?

1 Answers  


Which collection is used for sort?

1 Answers  


How can you correct these errors?

1 Answers  


Categories