When we declare a structure, we must also declare variables within that structure, for example if we create an employee structure, we must declare what variables do we want inside the employee structure I.e empid,name,salary etc. syntax: struct structure_name { datatype var1, datatype var2, . . .