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
What is the use of void pointer and null pointer in c language?
What is meant by 'bit masking'?
Differentiate call by value and call by reference?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is meant by high-order and low-order bytes?
What is the general form of function in c?
Can 'this' pointer by used in the constructor?
Is there a way to jump out of a function or functions?
Are c and c++ the same?
Is main a keyword in c?
What is storage class?
Explain how are 16- and 32-bit numbers stored?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the difference between printf and scanf )?
Define C in your own Language.