Difference between abstract data type, data type and data structure?



Difference between abstract data type, data type and data structure?..

Answer / Harsh Vaidwan

An Abstract Data Type (ADT) is a set of data types along with the operators that can be performed on them. A Data Type is a set of values along with the operations that can be performed on those values. A Data Structure is a way of organizing and storing data in a computer so that it can be accessed and manipulated efficiently.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is an expression tree?

1 Answers  


Why do we use dynamic arrays?

1 Answers  


What is binary tree and its types?

1 Answers  


What is a B tree?

1 Answers   Akamai Technologies,


What is linear and non linear structure?

1 Answers  


How do you find a string is anagram or not?

1 Answers  


What are the major data structures used in the hierarchical data model?

1 Answers  


What does simulation of queues mean?

1 Answers  


How is a queue works?

1 Answers  


How many types of search algorithms are there?

1 Answers  


What are different types of sorting techniques?

1 Answers  


What is fibonacci search?

1 Answers  


Categories