Introduction to Structure in C
Introduction :
- As we know that Array is collection of the elements of same type , but many time we have to store the elements of the different data types.
- Suppose Student record is to be stored , then for storing the record we have to group together all the information such as Roll,name,Percent which may be of different data types.
- Basically Structure is for storing the complicated data.
Definition :
Structure is composition of the different variables of different data types , grouped under same name .
- Each member declared in Structure is called member.
- Name given to structure is called as tag
- Structure member may be of different data type including user defined data-type also

0 Comments:
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email