ADVT POST

Area of circle c program programming tutorial c

 Area of circle c program  programming tutorial c 

 



#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
float pie,r,aoc;
pie=3.14;
r=10;
aoc=pie*r*r;
printf("%f",aoc);
getch();
}
Share on Google Plus
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.