vault backup: 2024-11-19 14:25:06
This commit is contained in:
parent
a036bfb790
commit
d5d9a922db
@ -23,3 +23,9 @@ struct {
|
||||
int e[5];
|
||||
} 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