dependentclause9437 dependentclause9437 05-10-2022 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.