Chapter 15
Structure and union
CHAPTER OUTLINE
15.3 Definition, Declaration, and Initialization of Structure
15.4 Structure Within Structure
15.1 INTRODUCTION
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 ...
Get Computer Programming and IT now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.