1 . Struct animal{String name;String colour;int legs;bool jump;};Explanation : name ,colour are defined as string , legs as intindicates num of legs and jump indicates weather it is fliable ornot2. Struct animal s;strcpy(s.name, “elephant”);strcpy(s.colour,”grey”);s.legs=4;s.jump=false;
Program
PayPal Gateway not configured
PayPal Gateway not configured