Home / Posts (page 3)

Posts

Structures in C

Structure

Declaration of Structures: Method 1: A structure is a user defined data structure in c language.  To declare a structure you must start with the keyword struct followed by the structure name or structure tag and within curly braces the list of the structure’s member variables.  It does not create …

Read More »