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.
You can use the pow() function in math.h.
C has nothing to do with graphics.
int pow (int a, int b) { if (b==0) return 1; else return a*pow(a,b-1); }
I do use am a programmer, because C-language.
There is no "power" operator in C or C++. You need to the use the math library function pow().
There is no part called 'loader' in C language.
It isn't a question, sorry.
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
C is not an object oriented language and therefore has no native support for inheritance.
To run C language?! Your question makes no sense.
list of header files in c and function prototype associated with each file
Programming, mainly.