What is data structure in programming language?



What is data structure in programming language?..

Answer / Jyoti Awasthi

In a programming language, a data structure is a constructed format for organizing, storing, and processing data in a way that makes it easy to perform specific operations on that data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


What is hashing with example?

1 Answers  


What is binary tree used for?

1 Answers  


List out the basic operations that can be performed on a stack?

1 Answers  


What is a map in programming?

1 Answers  


Why is an array homogeneous?

1 Answers  


Can we store primitives in collections?

1 Answers  


Is heap sort adaptive?

1 Answers  


How can you represent a linked list node?

1 Answers  


Does hashmap preserve insertion order?

1 Answers  


How can one find a cycle in the linked list? IF found how to recognize the cycle and delete that cycle?

12 Answers   Citrix,


Is heap sort faster than quicksort?

1 Answers  


Categories