Question: Write the following function: void split_date(int day_of_year, int year, int *month, int *day); day_ of _year is an integer between I and 366, specifying a
Write the following function: void split_date(int day_of_year, int year, int *month, int *day); day_ of _year is an integer between I and 366, specifying a paiticular day within the year designated by year. month and day poinl to variables in which the function will store the equivalenL month ( 1-12) and day within that month ( 1-31).
program is in c language, thank you for answering!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
