Write about “Bit-Fields”

A bit-field is an integer variable that consists of a specified number of bits. If you declare several small bit-fields in succession, the compiler packs them into a single machine word.

                        type [member_name] : width

0 Comment "Write about “Bit-Fields”"

Post a Comment