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