Level 67
Level 69
5 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
struct { type [member_name] : width; };
Bit Field Declaration
type
An integer type that determines how a bit-field's value is interpreted. the type may be int, signed int, or unsigned int.
member_name
the name of the bit-field.
width
the number of bits in the bit-field. the width must be less than or equal to the bit width of the specified type.
typedef
keyword called typedef, which you can use to give a type, a new name