Saved Bookmarks
| 1. |
What does the following statement mean? |
|
Answer» It is accessing the element of a nested structure. S is a structure variable that contains another structure variable dob. ‘month’ is a member of inner structure variable dob. This statement assigns a value 10 to the member month. |
|