Computer Science, asked by dilbagsingh010101, 4 months ago

3. Structure and union are
data types.

Answers

Answered by aayushibazzar
0

Explanation:

Structure

The total size of the structure is the sum of the size of every data member.

union

It is mainly used for storing various data types.

The total size of the union is the size of the largest data member.It is mainly used for storing one of the many data types that are available.

Similar questions