#includestdio.h
int main()
{
struct bits
{
int i : 40;
}bits ;
printf("%d\n", sizeof(bit));
return 0 ;
}

Posted on by