In what scenario would using a nested structure be beneficial?

  • When you need to hide data
  • When you need to represent hierarchical data
  • When you need to save memory
  • When you need to speed up computation
Using a nested structure in C is beneficial when you need to represent hierarchical data or create complex data structures with multiple levels of nesting.
Add your answer
Loading...

Leave a comment

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