Structures and Unions
Grouping data. Tidying up programs.
Tidy
programs are a blessing to programmers. Tidy data are just as important. As
programs become increasingly complex, their data also grow in complexity and
single, independent variables or arrays are no longer enough. What one then
needs is a data
structure. This is
where a new type of variable comes in: it is called a struct type,
,
0 comments:
Post a Comment