Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
square pyramid
//gcc 5.4.0 #include <stdio.h> double square(double s){ } double V(double side, double h){ return(square(s)*h/3.0); } int main(void) { double side=9.6; double h=15.47; printf("V=%d\n", V); return 0; }
run
|
edit
|
history
|
help
0
GCC supports 128-bit integer arithmetic
Project 3 part 2 Book v10.1
recursive fundamentos
sum of arrays
PREGUNTA 3 FICHERO
fgets and basic string manipulation
lab 12 v1
data types and printf
FahrenheitToCelcius
Minus pointer