what is the use of bitfields & where do we use them?
Answer Posted / naveen shukla
Bit field is an idiom used in the computer programming
language to store a value as a short series of bits .
It is most commanly used when we know the fix width of int
type variable to be used .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Which one would you prefer - a macro or a function?
What is c mainly used for?
How do shell structures work?
How does selection sort work in c?
Differentiate fundamental data types and derived data types in C.
Tell us two differences between new () and malloc ()?
Why doesnt that code work?
What is the use of structure padding in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Explain can static variables be declared in a header file?
Why is c fast?
What is a structural principle?
What is data structure in c and its types?
What is difference between Structure and Unions?