C++

All you wanted to know about the combination of '++' and '*' combinations in C

Skip this post if you are not confused by *++p, ++*p, *p++, *(p++), and (*p)++.