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
How is actual parameter different from the formal parameter?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
How can I sort a linked list?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Can we access the array using a pointer in c language?
Are the outer parentheses in return statements really optional?
In C language, a variable name cannot contain?
What is a loop?
What are the types of data files?
What is string in c language?
What are the application of c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Do you have any idea about the use of "auto" keyword?
Why is c not oop?
What are the data types present in c?