answersLogoWhite

0

C programme to find the area of square?

Updated: 4/28/2022
User Avatar

Wiki User

14y ago

Best Answer

Area of a square is sides squared (s^2 or s*s). For Example if you want to find the area of a square with a side of 6 you would just square it, so the area would be 26 units^2.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C programme to find the area of square?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find an area of a shape rectangle square and a circle in C program?

By using that one thing.


How do you find the area of a circle knowing only the circumference?

To find the area of a circle knowing only the circumference, you can use the formula A = (C^2) / (4π), where A is the area and C is the circumference. Square the circumference, then divide it by 4π to get the area.


How do you use this function in c programme?

I don't use that function in C programme.


How do you write c programme to find proper subset of a given string?

you can use strstr()


A square tile has a side length of 16cm. What is the area of the tile?

area of a square :c x c 16 x 16=256


What is the area of Charles C. Deam Wilderness Area?

The area of Charles C. Deam Wilderness Area is 52.346 square kilometers.


What is the area of William C. Whitney Wilderness Area?

The area of William C. Whitney Wilderness Area is 83.203 square kilometers.


How do you find the area of a square if it is 8 inches diagonal?

you use the Pythagorean theorem. a^2+b^2=c^2


C program to find area of a triangle?

find the area of abc a[2,3] c[6,0]


What is the area of C. J. Strike Reservoir?

The area of C. J. Strike Reservoir is 30.351 square kilometers.


Find the area of a trapezoid?

Area measured in square units = 1/2*(sum of parallel sides)*height If a and b are parallel, and b>a ((a+b) sqrt((a-b+c-d) (a-b-c+d) (a-b+c+d) (-a+b+c+d)))/(4 (b-a))


How do you find the area of a triangle without a height?

First add the lengths of the three sides, a,b,c and divide by two (= half the perimeter). Call that S. Area = square root of (S*(S-a)*(S-b)*(S-c)) First the subtractions, then the multiplications and finally the square root.