Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 274 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 274 Bytes

3.45

A.

a b c d e f g h
0 8 16 24 28 32 40 48

B. 56

C. 40

struct {
    char* a;
    short b;
    char d;
    char f;
    float e;
    double c;
    long g;
    int h;
} rec;