Data Type Stored in the Data Structure
Which type of data does data structure store?
Answers
Answered by
1
A data structure stores a aggregate data type or compound data type.
Answered by
0
Compound datatype is the correct answer to the given question
Explanation:
- The compound datatype can be created in code using the basic data types as well as other composite types of the programming language. The compound datatype is also known as composite data type or aggregate data type.
- For example in the c or c++ programming language the structure i.e struct behaves as a compound data type that holds different types of data in a single structure.
- The array list also comes in this category they hold the data in the particular structure also stack add queue is the example of holding data
Learn More :
- brainly.in/question/15755943
Similar questions