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 does %d do?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Why is c called a mid-level programming language?
What is the condition that is applied with ?: Operator?
What is the difference between c and python?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
ATM machine and railway reservation class/object diagram
Is it cc or c in a letter?
What are the different data types in C?
Explain goto?
What is the difference between declaring a variable and defining a variable?
How can I recover the file name given an open stream?
Why can arithmetic operations not be performed on void pointers?
What is switch in c?
What is new line escape sequence?