Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141212_IntercambiarPunteros
//Title of this code #include <stdio.h> void intercambiarValores(short *x, short *y); int main(void) { short a = 5, b = 2; intercambiarValores(&a, &b); printf("\n\na: %hd ; b: %hd\n\n\n", a, b); return 0; } void intercambiarValores(short*x, short*y) { short aux = *x; *x = *y; *y = aux; return; }
run
|
edit
|
history
|
help
0
Incometax problem v0.1
segundo avance de la lista enlazada
strcat
A.c
Project 3 part 2 Book v1
X=2
merge two dice clay to head sport green globe attacked me seven of prime minister fired
example of scanf and basic integer manipulation
null p null q
Nice1