Question: Write a program using functions which computes (a) x raised to the power y and (b) y raised to the power x, when both x
Write a program using functions which computes (a) x raised to the power y and (b) y raised to the power x, when both x and y are provided as double precision inputs. You must not use the pow() function of C. Rather, you must write a user define function named power which accepts x and y as input and returns a double precision output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
