what is structure and union in computer science
Answers
Answered by
2
Answer:
The format of the struct statement is as follows: struct [structure name]
{ member definition; member definition; .member definition; }; union. A union is a special data type available in C that allows storing different data types in the same memory location.
Answered by
4
Answer:
The format of the struct statement is as follows: struct [structure name] { member definition; member definition; ... member definition; }; union. A union is a special data type available in C that allows storing different data types in the same memory location.
Explanation:
plz give me some thanks and flw me
Similar questions