Structure and typedef
C allows the creation of a user-defined variable. A situation can arise where one needs to store different but logically related values under a single variable. An example is product information. It can consist of the following attributes
id (int)
...
mila.hashnode.dev4 min read