You are viewing a single comment's thread. Return to all comments →
void update(int *a,int *b) { *a = *a + *b; *b = abs((*b)*2 - *a); }
Seems like cookies are disabled on this browser, please enable them to open this website
Pointer
You are viewing a single comment's thread. Return to all comments →