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
Can one function call another?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is difference between class and structure?
How are strings stored in c?
What is the difference between memcpy and memmove?
Why does not c have an exponentiation operator?
For what purpose null pointer used?
What is the main difference between calloc () and malloc ()?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is array within structure?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain what is the stack?
Is c a great language, or what?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What language is lisp written in?