מידע

יוצרים Arthur van Stratum
מועד הגשה אין מועד הגשה
מגבלת הגשות אין הגבלה
תגיות קטגוריה 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) {