1 Followers
26 Following
prachi098

prachi098

Bit Fields in C - An Unrecognised Concept Omitted by C Aspirants - DataFlair

Bit fields in C is simply a data structure that helps a user to allocate memory to structures & unions. Let's explore how to work, implement, declare bit fields with examples