Im a new bie in C, can anyone tell me what are bit fields.. where it is used..
What are bit fields
Collapse
X
-
Tags: None
-
Originally posted by oler1sSo what did your book or Google search tell you?
I had gone through Denis Ritche, and help from IBM website. But Im not able to understand how it is used in Real Time applicationComment
-
Originally posted by maheshgupta0248Im not able to understand how it is used in Real Time application
The disadvantage of bit fields is that they typically take longer to access than the integer types unless the target processor has bit-resolution assembly instructions.
Real-Time applications are generally willing to accept increased memory usage for faster executionComment
Comment