Tag: Code Examples

  • Struct

    Variables are used for storage of individual data elements. But what if we want to group different data element and use them as a individual element. Nesting Struct is a way of creating more complex data structure.