You are viewing a single comment's thread. Return to all comments →
*(a+c)+=g; if(d+1<=n){ *(a+d+1)-=g; }
please explain what's going on here.
Seems like cookies are disabled on this browser, please enable them to open this website
Array Manipulation
You are viewing a single comment's thread. Return to all comments →
*(a+c)+=g; if(d+1<=n){ *(a+d+1)-=g; }