Home ยป Archives for December 17th, 2009
Initialization of Structure Variables
Initialization of Structure Variables:
The values into a structure variable can be assigned when it is declared. It is called initialization of the structure variable. To initialize a structure variable, data is assigned to the members of the structure. To assign data to the members of the structure, the data items are written in the same order in which these have been defined in the structure. The...