Home ยป Archives for December 15th, 2009
Structure Variable
Structure Variables:
A structure is a collection of data items or elements. It is defined to declare its variables. These are called structure variables. A variable of structure type represents the members of its structure.
When a structure type variable is declared, a space is reserved in the computer memory to hold all members of the structure. The memory occupied by a structure variable is equal...