- Variable declaration of a struct
struct point a;
- Variable declaration with initialization
struct point b= {1, 2};
- Access to members through member access operator
.
struct point p;
p.x= 1;
p.y= 2;
If you want to change selection, open document below and click on "Move attachment"
Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details