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
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
Math,
1 month ago
India Languages,
3 months ago
Chemistry,
3 months ago
Math,
9 months ago
Social Sciences,
9 months ago