Structures In C
INTRODUCTION
A structure is a user-defined datatype that groups related variables of different data types. It is a collection of variables under a single name. Data can be from different related fields which when combined makes it meaningful e.g. Gat...
techwhiz.hashnode.dev4 min read