what is structure in c plus code example Example: what is a struct in c++ Click to copystruct Person { char name[50]; int age; float salary; };