What is difference between data type and data structure?
Answer / Avnindra Vaidhya
A data type is a classification of data that specifies its format and valid values, while a data structure is a way to organize and store collections of data for efficient use in a program. Data types can be classified as primitive or user-defined, whereas data structures include arrays, linked lists, trees, graphs, and others.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a static structure?
Why do we need linked list?
Which interfaces are implemented by enumset?
What are the parts of a linked list?
Define parent node?
Why is sorting necessary?
How do you get placements?
What is vector and types of vector?
Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
Is stack a dynamic data structure?
Define a linear and non linear data structure.
Define primary data structures?