to store a date use a structure that contains


To store a date use a structure that contains three members date, month and year. If the dates are equal then display message “Equal” otherwise “Unequal”
Program structure:
main()
{
AcceptDate( );
ValidateDate( );
DisplayMsg( );
}

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: to store a date use a structure that contains
Reference No:- TGS0176577

Expected delivery within 24 Hours