struct vs union vs enum in C

In this article, we will have a look at what actually is Structure, Union and Enumeration in C and will have look at differences between them.

Table of contents :

Introduction and needStructure in CUnion in CEnumerations in CDifferences between them (table included)Introduction:

Every rookie C programmer when comes to know the concept of array, is fascinated by the working principle of it. But as soon as they get to know that an array in C cannot store non-primitive data type by default, ...

 •  0 comments  •  flag
Share on Twitter
Published on March 23, 2023 17:05
No comments have been added yet.