Memory is reserved when a structure label is defined
Answers
Answered by
0
Structure members can be of the same/different data types. Memory is reserved when a structure label is defined. A pointer to a structure can be used to pass a structure to a function. Arrays of structures can be defined and initialized.
Similar questions