what are bit fields in c?



what are bit fields in c?..

Answer / nashiinformaticssolutions

Bitfields allow allocation of a specific number of bits to structure members.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Is python a c language?

0 Answers  


What is the difference between volatile and const volatile?

0 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


Why c is called top down?

0 Answers  


Does sprintf put null character?

0 Answers  






printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


Explain what are linked list?

0 Answers  


How can I read/write structures from/to data files?

0 Answers  


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

0 Answers  


How can I sort more data than will fit in memory?

0 Answers  


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


Why cant I open a file by its explicit path?

0 Answers  


Categories