Right Click to Search

Friday, February 26, 2025

Introduction to Structure in C



Introduction to Structure in C

Introduction :
  1. 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.
  2. 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.
  3. 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

Bookmark & Share

Tags / Keywords : | ,

Stumble
Delicious
Technorati
Twitter
Facebook

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

 

Learn C Programming Copyright © 2010 LKart Theme is Designed by Lasantha, Free Blogger Templates