Information

Author(s) Arthur van Stratum
Deadline Καμία προθεσμία
Submission limit No limitation
Category tags S2, Pointer, Level 1

Ετικετές

Συνδεθείτε

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