Question: plz solve this Question urgently. Write a program to input two times (hours, minutes and seconds) from the user by using following structure. Add both

plz solve this Question urgently.
Write a program to input two times (hours, minutes and seconds) from the user by using following structure. Add both times and display the total time in hours, minutes and seconds format on the screen struct time { int hours; int minutes; int seconds; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
