dependentclause9437 dependentclause9437 Today at 3:48 PM Computers and Technology Answered define a function settime, with int parameters hoursval and minutesval, that returns a struct of type elapsedhrmin. the function should assign elapsedhrmin's data member numhours with hoursval and numminutes with minutesval.