c-thumb

C Program to Calculate Area of Square

In this post we are going to write a C program to calculate the “Area of square”.

Formula for calculating “Area of square” is,

Area of a square = side times side (Area = side * side).

Using this formula let’s write the C Program:

Output of the above program:

Related Posts

Leave a Reply