Using a union can lead to efficient memory usage when you need to store different ________ at different times.

  • data types
  • members
  • structures
  • values
When you use a union, you can store different data types in the same memory location, depending on the specific member you access. This can help save memory when you need to handle various types of data at different times.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *