Don’t Hand-count Characters
A common mistake that most programmers do is to hard-code hand-counted lengths of string literals. A better way is to use the sizeof operator.
Tags : c-and-cpp programming
You will be redirected to Don’t Hand-count Characters, in 20 seconds.
