A structure is a collection of variables grouped under a single name that can be manipulated together. Each variable within a structure is called a member. Structures allow defining related data as a single unit. Examples show defining a student structure with name and ID number members, and using a structure to store coordinate data to calculate a linear equation or triangle circumference.