The exercises and practices on C and C++ program components and constructs using C and C++ structure
Compiler will not reserve memory for a structure until you declare a structure variable same as you would declare normal variables such as int or float. Declaring structure variables can be done in any of the following ways (by referring to the previous e...