Structure is a
Structure is a data type in which
C provides a facility for user defined daata type using
The keyword used to represent a structure data type is
structure declaration
structure defination
the operator used to access the structure member is
A structure can have
A structre
the operator exclusively used with pointer to structure is
if one or more member of the structure are pointer to the same structure, the structure is known as
if one or more member of the structure are other structure the structure is known as
structure is used to impliment the data structures