C programming - The pow() math function

preview_player
Показать описание
In this C programming video tutorial we will learn how to use the pow() function to perform the exponentiation operation.Pow function is used to calculate the power of a number. from this tutorial you can learn what is pow() function, how to use it in program, what is math.h and many more.

To learn C programming from beginning click on the link provided below.

Complete series of data structures video with C coding is here.

All pattern printing tutorials are here. Here we print the stars in different format.

Other pages of SlideHunt

-~-~~-~~~-~~-~-
#SlideHunt
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Thanks for this simple and clear explanation. FYI: I got a linker error using gcc to compile and had to add -lm after pow.c to link to math.h.

billlawhorn
Автор

gracias al fin la entiendo bien mi profe no sabia explicar :v

edvinolarumbemoran
Автор

Sir could you please tell
How this pow works in recursion
Example p= x* pow ( x, y-1 )
During second recursion do values of x change ?
Or just the values of y

thestranger
join shbcf.ru