Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Why is it important to memset a variable, immediately after allocating memory to it ?

2133


What is volatile keyword in c?

1088


What are the types of unary operators?

1252


Is c# a good language?

1061


What is the size of array float a(10)?

1193


What is the function of multilevel pointer in c?

1139


What is the need of structure in c?

1186


What is string function in c?

1050


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2028


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1391


application attempts to perform an operation?

2035


For what purpose null pointer used?

1117


What is c method?

1047


What is the difference between text and binary i/o?

1113


Differentiate abs() function from fabs() function.

1072