Bit fields in C ?

Posted by maddy on Stack Overflow See other posts from Stack Overflow or by maddy
Published on 2010-04-26T08:53:56Z Indexed on 2010/04/26 10:33 UTC
Read the original article Hit count: 311

Filed under:
|

HI all,

Is there anyway by which we can declare variable specifying bit fields on those which are not any members of structures or unions.If not,then is there anyway by which we can just declare a variable by specifying the number of bits it is permitted to use.

Thanks maddy

© Stack Overflow or respective owner

Related posts about c

    Related posts about bitfields