Bitfields Unexpected OutputI have a code that goes like this: typedef struct _point { int x:2; int y:2; }Point; ...
This user does not accept Private Messages