Answer Posted / ravi joshi
Bit fields can only be declared inside a structure or a
union, and allow you to specify some very small objects of a
given number of bits in length. Their usefulness is limited
and they aren't seen in many programs, but we'll deal with
them anyway.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can you invoke another program from within a C program?
Define the scope of static variables.
What is difference between %d and %i in c?
Why is main function so important?
What are reserved words?
How would you rename a function in C?
What are the advantages of Macro over function?
Explain how can I convert a number to a string?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Can you please explain the difference between exit() and _exit() function?
What are compound statements?
Explain how do you list files in a directory?
What are the advantages of union?
What is omp_num_threads?
What are the Advantages of using macro