In C, collection of heterogeneous data types can be grouped to form a structure. When this is done, the entire collection can be referred to by a structures name. The individual components which are called fields or members can be accessed and processed separately.
Use of structures:
a)To maintain database management
b) Checking the memory size of the computer.
c) Finding out the list of equipment attached to the computer.
d) Formatting a flopy.
e) Displaying the directory of a disk.
f) Sending the output to printer.
g) Interacting with the mouse.
b) Checking the memory size of the computer.
c) Finding out the list of equipment attached to the computer.
d) Formatting a flopy.
e) Displaying the directory of a disk.
f) Sending the output to printer.
g) Interacting with the mouse.
Here is the complete tutorial about structures in C programming.
0 comments :
Post a Comment
Note: only a member of this blog may post a comment.