What is an example of POW?

pow() is function to get the power of a number, but we have to use #include<math. h> in c/c++ to use that pow() function. then two numbers are passed. Example – pow(4 , 2); Then we will get the result as 4^2, which is 16.

Sizin İçin Seçtik  What is the benefit of copy constructor?

Leave a Reply

Your email address will not be published. Required fields are marked *