Introduction
Nested structs help organize related information inside other information, like putting a smaller box inside a bigger box.
When you want to group related details inside a bigger object, like an address inside a person.
When you want to keep your data organized and easy to understand.
When you want to reuse smaller structs inside bigger ones without repeating code.