answersLogoWhite

0


Best Answer

include<stdio.h>

#include<conio.h>

void main()

{

int area,radius;

clrscr();

printf("enter the radius");

scanf("%d",&radius);

area=3.14*radius*radius;

printf("the ans is ",area);

printf("the radius is ",radius)

getch();

}

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you give us a example program of to read the radius of a circle and to evaluate its area in turbo C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

C program on how to calculate circumference of a circle?

int radius = 2; int output; radius = radius * 2; output = radius * Math.PI; Console.WriteLine(output);


What is an example sentence for radius?

A radius of a circle is half the diameter.


Write a program to calculate the area of a circle The equation to determine the area of a circle is area equals 3.1416radiusradius Assume that the circle has a radius of 4 inches?

Rewrite the above program so that the program accepts any value for the radius then recalculate the area of the circle.


What is an example of a radius in math?

A radius is a line drawn from the centre of a circle to the edge of that circle. It is half the length of the diameter of the circle.


Diameter of circle..its radius?

A radius is half of a diameter. Example Diameter:4 Radius:2


Define radius of a circle?

In order to fully understand what the radius of a given circle is, you must know the diameter. The diameter is the distance across the circle through the center. The radius of a circle is half the diameter. For example, if the diameter of a circle is 8 inches, then the radius would be 4 inches.


Draw a flowchart that will accept radius and display the area of circle?

program that display the area of a circle of a reduce


Write missing expression in the program below which would print the area of circle r int input Enter the circle radius?

Area of any circle = pi*radius squared


How do you find the cirumference of a circle?

It depends on what information you do have about the circle. For example, circumference = 2*pi*radius.


An example of a square kilometer?

A circle with radius 1/sqrt(pi) is one example.


What is half of a diameter of a circle called?

The radius of the circle.


How do you write a qbasic program to find area and circumerence of a circle?

Write a program that calculates the area of a triangle in QBASIC