Thursday, August 11, 2011

Write a function named powfun() that raises an integer number ped to it to a postive integer power and disp?

First, your powfun() doesn't do anything. Second, you cannot use the variable "pow" because it is a built in function in math.h library.

No comments:

Post a Comment