Structure in C Language Questions and Answers

Read tutorials from Structure in C Language


Question List:



Long Question Share

A structure containing an element of another structure as its member is referred so.



Long Question Share

A structure containing the same structure pointer variable as its element is called as self-referential structure.



Long Question Share

We can create integer structure members of differing size apart from non-standard size using bit fields. Such structure size is automatically adjusted with the multiple of integer size of the machine.