Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141209_EsMayor
//Title of this code #include <stdio.h> double esmayor(double a, double b); int main(void) { double x, y; printf("\nValor de x ... "); scanf(" %lf", &x); printf("\nValor de y ... "); scanf(" %lf", &y); printf("\n\nEl mayor es ... %lf\n\n", esmayor(x,y)); return 0; } double esmayor(double a, double b) { return a > b ? a : b; }
run
|
edit
|
history
|
help
0
Assignment 5 part 2 v2
3D NO SE XD
20171103_Digitos
bitmask shift
Revprint
swapping using call by reference
Address.c
18BCE2182 MIDTERM PART-B ATOMIC
funciones serie de taylor
18BCE2182 ASSESS_1 Q2-1