what is bit field in c ??
Answers
Answered by
1
Answer:
a bit field is a data structure that allows the programmer to allocate memory to structures and unions in bits in order to utilize computer memory in an efficient manner.
Explanation:
Similar questions