| Data Structure | Data Type |
|---|---|
| It is the logical or mathematical organization of data. | It determines type of data stored in variable. |
| It is a method of organization of data in main memory during processing. | It is a method of describing domain to which a particular item belongs to. |
| Built in data structures are arrays and records. | Built in data types are integer, character and float. |
| User defined data structures are stacks, queue and link lists. | User defined data type are structures, union and classes. |
| It is the collection of basic data types and extension to some structure. | It is the smallest part of data structure which cannot be reduced. |
No comments:
Post a Comment