ExplanationThis program is the same as the previous one. Instead of initializing values, the values
are read using scanf () statements and structure variables. Theprintf () statement displays the
contents of structure variables.
12.4 STRUCTURE WITHIN STRUCTURE
We can take any data type for declaring structure members like int, float, char etc. In the same way
we can also take object of one structure as member in another structure. Thus, structure within structure
can be used to create complex data applications. The syntax of the structure within the structure is as
follows.
struct time
{
in
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.