Structs

  • + 0 comments

    struct Student{ int age; string first_name; string last_name; int standard; };