Question: Using C Part A Set up the following #defines o SECONDS IN A MINUTE MINUTES_IN_AN_HOUR Set up a macro called TRACE' that prints the current
Using C

Part A Set up the following #defines o SECONDS IN A MINUTE MINUTES_IN_AN_HOUR Set up a macro called TRACE' that prints the current line number using the global_LINE Create a function that takes number of hours, minutes, and seconds as integers, and returns the total number of seconds. Call your TRACE macro at the beginning of the function. o o The function signature should look like this: int numSeconds(int hours, int minutes, int seconds); The function should be defined after your main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
