char a; // 1 byte
int b; // 4 bytes
short c; // 2 bytes
char d; // 1 byte
struct Data{
int b;short c;char a;char d;
int b;
short c;
char a;
char d;
};
It looks like you're new here. If you want to get involved, click one of these buttons!