Informações

Autores Arthur van Stratum
Prazo de entrega Sem prazo
Limite de submissão No limitation
Category tags s2, category_pointer, level1

Etiquetas

Entrar

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