Contrary to what you might believe, using the addition operator does not append an integral constant to a string. Adding a ``++char++`` or an integral to a string pointer does not append it to the string. What it does instead is incrementing the string pointer by a value defined by this ``++char++`` or integral.