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
What is exit() function?
What are actual arguments?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What are different types of variables in c?
Write a program to use switch statement.
What are the 4 types of functions?
What is an example of structure?
How reliable are floating-point comparisons?
What is an lvalue?
How can I read in an object file and jump to locations in it?
What is non linear data structure in c?
Explain what is wrong with this program statement?
How do I create a directory? How do I remove a directory (and its contents)?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Not all reserved words are written in lowercase. TRUE or FALSE?