Math, asked by Dhidhi5194, 1 year ago

What is the difference between the abstract data type and the data type?

Answers

Answered by sarvesh3
1
ADT is the logical picture of the dataand the operations to manipulate the component elements of the data. Datastructure is the actual representation of the data during the implementation and the algorithms to manipulate thedata elements.
Answered by Anonymous
5

Answer:

Some are used to store numbers, some are used to store text and some are used formuch more complicated types of data .

...

The data types to know are:

String (or str or text). ...

Character (or char). ...

Integer (or int). ...

Float (or Real). ...

Boolean (or bool).

Similar questions