thannara123
Advanced Member level 5
I am learning the c from K&R text book .and stops where the page no .129 where the following code
What it does mean ?
Code:
[COLOR=#222426][FONT=Arial] struct rect {
[/FONT][/COLOR][COLOR=#222426][FONT=Arial]struct point pt1;[/FONT][/COLOR]
[COLOR=#222426][FONT=Arial]struct point pt2;[/FONT][/COLOR]
[COLOR=#222426][FONT=Arial]};[/FONT][/COLOR]