Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C_141210_esMayor
//Title of this code #include <stdio.h> short esmayor(short x, short y); int main(void) { short a, b; printf("Valor de a ... "); scanf(" %hd", &a); printf("Valor de b ... "); scanf(" %hd", &b); printf("\n\nEl mayor es: %hd\n\n", esmayor(a, b)); return 0; } short esmayor(short x, short y) { return x > y ? x : y; }
run
|
edit
|
history
|
help
1
Please
log in
to post a comment.
Assignment 3 Final
Area of the Cone
Michael Bean's Spring 2017 Lab 3 v1.1
Find a Node Sibling Test
Vereinfachung
Access the structure variable
3.1.3 Quick sort, Merge sort
purple ghost red orange blue skulls
print name
PuntosTriangulo
Please log in to post a comment.