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

What is null pointer in c?

763


What is local and global variable in c?

858


How do you determine a file’s attributes?

817


What are qualifiers in c?

777


What is return type in c?

890


Why we use conio h in c?

900


Can we assign string to char pointer?

814


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

892


Write a program for finding factorial of a number.

848


What is file in c preprocessor?

891


Why do we use namespace feature?

824


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1491


What are reserved words with a programming language?

836


What is the size of enum in bytes?

799


Explain why c is faster than c++?

816