LEAD To TECH
By luv yadav
Page
Home
Sunday, 17 June 2018
program to find area of circle in c
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
float radius,circle;
printf("enter the value radius:");
scanf("%f",&radius);
identity=(radius*radius)*3.14;
printf("the required value is:");
printf("%f",radius);
getch();
return(0);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment