what are bit fields in c?
Answer / nashiinformaticssolutions
Bitfields allow allocation of a specific number of bits to structure members.
Is This Answer Correct ? | 0 Yes | 0 No |
Is python a c language?
What is the difference between volatile and const volatile?
what about "char *(*(*a[])())();"
Why c is called top down?
Does sprintf put null character?
printf("%d",(printf("Hello")); What it returns?
Explain what are linked list?
How can I read/write structures from/to data files?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How can I sort more data than will fit in memory?
what is the difference between global variable & static variable declared out side all the function in the file.
Why cant I open a file by its explicit path?