what are bit fields in c?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Bitfields allow allocation of a specific number of bits to structure members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Bitfields allow allocation of a specific number of bits to structure members.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is size of union in c?
How many levels of pointers have?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
What are called c variables?
With the help of using classes, write a program to add two numbers.
What is wrong with this declaration?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
how to set Nth bit of variable by using MACRO
what is dangling pointer?
what is pointer?
What is printf () in c?
What are the 5 elements of structure?