π§±C Structures
What are C structures
Introduction
Difference between array and structures
Create a Structure
struct [structure tag]
{
member definition;
member definition;
...
member definition;
} [one or more structure variables];Using structure tag and variables
Accessing structure members
Accesing structure pointer members
Defining a type for your structure (typedef)
Naming convention
Why structs ?
Sources
Last updated
