vault backup: 2024-11-19 14:20:06
This commit is contained in:
parent
5484db6823
commit
a036bfb790
@ -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;
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user