vault backup: 2024-11-19 14:20:06

This commit is contained in:
zleyyij 2024-11-19 14:20:06 -07:00
parent 5484db6823
commit a036bfb790

View File

@ -12,3 +12,14 @@ p = ▭
``` ```
--- ---
> **5.** Suppose that `f` and `p` are declared as follows:
```c
struct {
union {
char a, b;
int c;
} d;
int e[5];
} f, *p = &f;
```