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


Please Help Members By Posting Answers For Below Questions

What does %d do?

958


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

2082


Why is c called a mid-level programming language?

957


What is the condition that is applied with ?: Operator?

885


What is the difference between c and python?

807


which is conditional construct a) if statement b) switch statement c) while/for d) goto

988


ATM machine and railway reservation class/object diagram

4999


Is it cc or c in a letter?

759


What are the different data types in C?

945


Explain goto?

919


What is the difference between declaring a variable and defining a variable?

952


How can I recover the file name given an open stream?

759


Why can arithmetic operations not be performed on void pointers?

815


What is switch in c?

847


What is new line escape sequence?

1029