I just want to know how much bytes this struct will take, leave the pragma pack..

struct data
{
int i;
char c;
int j;
};