what are bit fields in c?

Answer Posted / glibwaresoftsolutions

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

901


Explain void pointer?

824


Linked lists -- can you tell me how to check whether a linked list is circular?

875


What is scope of variable in c?

799


When the macros gets expanded?

1123


Can you please explain the scope of static variables?

823


write a program in c language to print your bio-data on the screen by using functions.

6566


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1049


What is a double c?

796


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

845


What is the significance of scope resolution operator?

1152


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2557


What are the different types of data structures in c?

890


Why do we use header files in c?

837


Where define directive used?

847