Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
C Program for RADIUS OF CIRCLE
#define PI 3.14159
main()
{
float r,a;
clrscr();
printf("ENTER THE RADIUS OF A CIRCLE: ");
scanf("%f",&r);
a=PI*r*r;
printf("\NTHE AREA OF A CIRCLE IS %f",a);
getch();
}
OUTPUT :
ENTER THE RADIUS OF A CIRCLE: 5
THE AREA OF A CIRCLE IS 78.539743
TO CONVERT A NUMBER OR A DIGIT INTO ALPHABET
write a c progrm to find area under the cuve y=f(x) #include float start_point, /* GLOBAL VARIABLES */ end_point, total_area; in
how to create a shopping cart
I need the c++ program of class bank accout including balance,rate of interests
A: Mostly can be overloaded. The only C operators which can't be are. and?: (and sizeof, that is technically an operator). C++ adds a few of its own operators, mostly which can be
Explain what are Unions? The Unions like as structures, contain members whose individual data types may perhaps differ from one another. Though the members that create a union
define a class for student
In this Lab you will code 8086 assembler equivalents (Virgo) for common C control flow instructions. This will give you an appreciation for how control flow is implemented in assem
create two array names and grade .in first array you have to store thease 10 names 1.a,2.3.r,4.s,5.l,6.k,7.n,8.b,9.z,10.d you have to enter grades for thease students.te program mu
Ravi is a newbie to the programming and while learning the programming language he came to know the following rules: · Each program must start with ''{'' and end with '
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd