Informations

Auteur(s) Arthur van Stratum
Date limite Pas de date limite
Limite de soumission Pas de limite
Étiquettes de catégories s2, category_pointer, level1

Etiquettes

Se connecter

[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) {