area
Write a c program to find the area of circle Using Functions
TASK- Write a c program to find the area of circle with formula as below Area of the Circle = Ï€r2 In which declare Ï€ as a glo…
TASK- Write a c program to find the area of circle with formula as below Area of the Circle = Ï€r2 In which declare Ï€ as a glo…
TASK- Write a C program for area and perimeter of rectangle and circle. CODE: #include<stdio.h> #include<stdlib.h> …