Question: Youre given a structure with type struct Time_info . First change the type name struct Time_info into Timestamp appropriately so that struct Time_info can be
Youre given a structure with type struct Time_info. First change the type name struct Time_info into Timestamp appropriately so that struct Time_info can be referred as Timestamp in the code. Then, write a function signature with the name compare. The information regarding its arguments and the return value are given below:
- 1st argument: array of Timestamp in pointer form
- 2nd, 3rd and 4th arguments: day, month, year
- Return value: a member of the array of Timestamp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
