The increment and decrement operators make it possible to write in an extremely
terse style. In languages such as C, they made it possible to write one-liners that
could do string copies:
for (p = src, q = dest; !*p; p++, q++) *q = *p;
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.