Question regarding Section 1.7, from K&R 2nd edition
In this example, the mechanics of function definition are illustrated by writing a function, power(m,n)
, to raise an integer m
to a positive integer power n
.
In this example, the mechanics of function definition are illustrated by writing a function, power(m,n)
, to raise an integer m
to a positive integer power n
.