see

A

area of circle c cpus plus tutorial in hindi

area of circle program
area of circle program c plus plus program

#include<stdio.h>
#include<conio.h>
void main()
{
    int r;
    float area,pi=3.14;
    clrscr();
    printf("Enter the radius=");
    scanf("%d",&r);
    area=pi*r*r;
    printf("Area of circle=%4f",area);
    getch();
}


Copyright © 2013. BloggerSpice.com - All Rights Reserved
Customized by: MohammadFazle Rabbi | Powered by: BS
Designed by: Tilabs