Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Area and Volume coding
//gcc 5.4.0 #include <stdio.h> #include <math.h> int main(void) { double pi=3.14; double R=10; double V; double a; a=powf(R,2)*pi; printf("The area is %f\n", a); R=powf(R,3); V=(4.0/3.0)*pi*R; printf("The volume is %f\n", V); return 0; }
run
|
edit
|
history
|
help
0
to upper case string
thermal_containers
json string formatter
C_141127_MatrizProducto
fibonacci
ChangeStructVal
CO_assign_q4
Lab6 v1.1 Sin,cos,tan,cot
lab 12 v0.1
polymorphism simulation in plain C with a simple structures