Computer Science, asked by unmeshgaonkar0777, 4 months ago

what is bit field in c ??​

Answers

Answered by lucifercyberpirate74
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