vault backup: 2024-11-19 14:25:06
This commit is contained in:
parent
a036bfb790
commit
d5d9a922db
@ -22,4 +22,10 @@ struct {
|
|||||||
} d;
|
} d;
|
||||||
int e[5];
|
int e[5];
|
||||||
} f, *p = &f;
|
} f, *p = &f;
|
||||||
```
|
```
|
||||||
|
> Which of the following statements are legal?
|
||||||
|
|
||||||
|
(a) `p->b = ' ';`
|
||||||
|
(b) `p->e[3] = 10;`
|
||||||
|
(c) `(*p).d.a = '*';`
|
||||||
|
(d) `p->d->c = 20;`
|
Loading…
Reference in New Issue
Block a user