Question Detail
Difference between structure and union is
- We can define functions within structures but not within a union
- We can define functions within union but not within a structure
- The way memory is allocated
- There is no difference
Answer: Option C