...
Type alignment requirements can also affect the size of structures. For example, the size of the following structure is implementation-dependentdefined:
| Code Block |
|---|
struct s {
int i;
double d;
};
|
...
...
Type alignment requirements can also affect the size of structures. For example, the size of the following structure is implementation-dependentdefined:
| Code Block |
|---|
struct s {
int i;
double d;
};
|
...