answersLogoWhite

0

Explain use of pow in c language?

User Avatar

Anonymous

16y 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

16y ago

What else can I help you with?

Related Questions

What function is used to perform exponentiation in C language?

You can use the pow() function in math.h.


Explain use of graphics in C language?

C has nothing to do with graphics.


Recursive program for a power b in c language?

int pow (int a, int b) { if (b==0) return 1; else return a*pow(a,b-1); }


What is the operator of power in c plus plus?

There is no "power" operator in C or C++. You need to the use the math library function pow().


Why you are use to c language?

I do use am a programmer, because C-language.


What is the use of loader in c language?

There is no part called 'loader' in C language.


Explain pointer to function with example c language?

It isn't a question, sorry.


How do you write a programme in c language using arrays to copy diagonal elements of a 2-d array into a 1-d array?

TO use a c language first step is to know about the c language and the steps to use the c progrmming language with the help of any elders or with the teachers. TO use the arrays you have to get th eknowledge of "c" language


What is an inheritance Explain different types of inheritance in c?

C is not an object oriented language and therefore has no native support for inheritance.


Which compiler you must use to run C language?

To run C language?! Your question makes no sense.


Explain about header files used in c language?

list of header files in c and function prototype associated with each file


Why you learn java language?

java language moreover solve the problems witch is encounter in c and c++ that s why we use the java language...