Información

Autor(es) Arthur van Stratum
Fecha de entrega Sin fecha de envío
Tiempo límite de envío Sin límite de envío
Etiquetas de categoría S2, Pointer, Level 1

Etiquetas

Inicia sesión

[S2] Swap my integers


Swap

Write the body of the function swap which exchanges the values pointed by i and j.

void swap(int *i, int *j) {