C Program to print table of n and square of n using pow()


Print Table of n and Square of n

Output :

Explanation of Program :

We can alternately write above program like this –

In order to use above line in the code we need to include math.h header file inside C program.

Alternate Way Using Pow :

No Reference :
1 Pow() Function