Question: Write a short function power that expects two arguments, x and n, and returns x to the power n. The argument x is of type
Write a short function power that expects two arguments, x and n, and returns x to the power n. The argument x is of type double, and n is of type int.
C programming
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
