Home Tags C structure

Tag: c structure

Reordering C Structure Alignment

0
The memory footprint of C programs can be reduced by manually repacking C structure declarations. This article is about reordering the structure members in...

Joy of Programming: Understanding Bit-fields in C

2
One important feature that distinguishes C as a systems programming language is its support for bit-fields. Let us explore this feature in this column. In...