Computer Science, asked by surajkarnawat, 1 month ago

0
#include <stdio.h>
int main()
{
struct bitfield {
signed int a : 3;
unsigned int b : 13;
unsigned int c : 1;
};
struct bitfield biti { 2, 14, 1 };
printf("%14", sizeof(bit1));
return 0;
}
=​

Answers

Answered by Anonymous
1

Answer:

hello ....

Explanation:

good night ..

sweet dreams ...

Similar questions