write a c program for structur code example
Example 1: Structure of Structs in c
The basic structure
Example 2: Structure of Structs in c
struct [structure_tag]
{
//member variable 1
//member variable 2
//member variable 3
...
}[structure_variables];