Computer Science, asked by justin08061999, 3 months ago

Q. 9. Write statements in the following program segment that will assign values to all the
fields of a structure.
struct date_join
{
int dd, mm, yy:
}
struct Employee
{
char name [30]
date join_dt;
};
void main()
{
Employee E 1;​

Answers

Answered by raarocks9010
0

Answer:

Q. 9. Write statements in the following program segment that will assign values to all the

fields of a structure.

struct date_join

{

int dd, mm, yy:

}

struc

date join_dt;

};

void main()

{

Employee E 1;​

Explanation:

Similar questions