It is also possible to pass structure elements to a function. This is similar to passing an ordinary
variable to a function. One can pass individual structure elements or entire structure by value or
address.
It is also possible to create structure pointers. In the pointer we have studied pointing a pointer to an
integer, pointing to a float and pointing to a char. In a similar way we can create a pointer pointing to
structure elements. For this it requires - > operator.
12.3 DECLARATION AND INITIALIZATION OF STRUCTURES
Structures can be declared as given below,
struct structtype
{
type variablel;
type v ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.