➜
KUMAR SHIVAM
Explain Type- defined structure and array of structures ?
Data Structures and Algorithms
Answer in Short
type-defined structure associated with keyword typedef is called type-defined structure. Array of Structure is if one has to store a large number of objects then array of strucures is used.
Explanation
1351
0
Share:
KUMAR SHIVAM
More Questions from
Data Structures and Algorithms Module 1
<p>Define Data structures. Classify the data structures.</p>
<p>Define data structure. Explain data structure operations ?</p>
<p>Why do we need dynamic memory allocation techniques? Explain the functions available for allocating memory dynamically.</p>
<p>Explain declaration, initialization of One dimensional and Two dimensional arrays.</p>
<p>What are pointers? How do we use pointers to different data types?</p>