You are viewing a single comment's thread. Return to all comments →
//by waaree (Anuwaar Abdul) using namespace std; void update(int *a, int *b){ int temp = *a; *a = *a + *b; *b = abs(temp-*b); cout <<*a<>a>>b; update(pa,pb); return 0; }
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 →
include
include
include
//by waaree (Anuwaar Abdul) using namespace std; void update(int *a, int *b){ int temp = *a; *a = *a + *b; *b = abs(temp-*b); cout <<*a<>a>>b; update(pa,pb); return 0; }