Home » C Programming » Bit Fields » Question
  1. Which of the following reduces the size of a structure?
    1. malloc
    2. union
    3. bit-fields
    4. All of above
    5. None of these
Correct Option: C

bit-fields



Your comments will be displayed only after manual approval.