February 2012
Intermediate to advanced
520 pages
11h 43m
English
15.3 Definition, Declaration, and Initialization of Structure
15.4 Structure Within Structure
You are aware that in C a variable stores a single value of a data type. Arrays can store many values of similar data type. Data in the array is of the same composition and nature as far as type is concerned. In real life, we need to have different data types, for example, to maintain employees information we should have information ...