First off, look at the ascii code value for H. I will give you a hint. It is 72 decimal. Char are often used as single byte numerical values so the initial two terms is being treating as an addition instead of appending. So what you need to do is figure out how to do the string addition you're doing without causing summation but rather appending.
|