answersLogoWhite

0

#include<stdio.h>

#include<conio.h>

# define PI 3.14

void main()

{

float radius,area;

clrscr();

printf("Enter the Radius of the Triangle:");

scanf("%f",&radius);

area=PI*radius*radius;

printf("Area = %f",area);

getch();

}

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why do you write programming languages?

To perform Specific Tasks Using Mathematical, Logical and some other specail inbuilt functions and user defined functions.


Programming process of c language?

Write the source program. Compile. Link executable. Run it.


Which language is used to write a source program in computer?

There are so many programming languages that it is impossible to tell without actually seeing the source program in question.


What programming language uses a set of grammar and rules that specifies how to write instructions?

Every programming language has rules that specify how to write instructions. Many programming languages are similar, but mostly they all have different styles and ways of writing the same instructions. This is called the syntax.


How do you change source code into machine code?

A program called a compiler, or sometimes an assembler (depending on the programming language) does this for you. You write the source code, then invoke the program that will convert this into machine language.


What kind of computer programming can be done on the Nebulous Apps website?

Nebulous Apps website allows one to perform text editing functions and write codes. One can write codes for all types of programming involving '.txt', '.md' and '.c' files and preview in both HTML and Markdown.


How is event driven programming different from other programming?

write a note on event driven programming


What do you mean by programming language?

A programming language is a symbolic language that a computer programmer uses to write computer program source code. Source code is non-executable code and must be translated into machine code. A computer can be programmed to perform this conversion and thus produce the required machine code.


What do you mean programming language?

A programming language is a symbolic language that a computer programmer uses to write computer program source code. Source code is non-executable code and must be translated into machine code. A computer can be programmed to perform this conversion and thus produce the required machine code.


How programming language is useful in system programming?

Without programming languages you couldn't write (system) programs.


How can you write the text on progress bar?

Writing text on a progress bar depends on the programming language you are using and whether you have access to the source code of the progress bar widget.


What do you know about structure programming language?

first write main function and what are the use classes which type you want then give the data members to the member functions finally you will terminate the program