Question: Consider the following structure definitions and declaration: struct date { int day; int month; int year; } ;struct name { char * first; char *
Consider the following structure definitions and declaration:struct date int day; int month; int year;;struct name charfirst; charlast; char initial;;struct streetAddr charstreetName; intnumber;;struct address struct streetAddrstreet; chartown; charstate;;struct person struct name legalName;struct name penName;struct date birthday;char gender;int age;struct address home;;struct person alice some initialization code here Write an expression that represents alice'sage
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
