answersLogoWhite

0

Explain use of pow in c language?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

The general form of the pow function is:

double pow(double base, double exp);

Which returns the value of baseexp

This function may be overloaded to allow for different parameter and return types, but the basic function is the same.

User Avatar

Wiki User

15y ago

What else can I help you with?