Question: Write a function that reads in the data for a struct of type date below, The function should return to the main the date entered
Write a function that reads in the data for a struct of type date below, The function should return to the main the date entered through a single argument of type date, your program will then display the values returned by the function.
struct date { string month; int day; int year;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
