Structs

  • + 0 comments
    struct Student{
        int age,standard ;
        string first_name, last_name;
    };