Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
C++ makes a distinction between individual characters and strings. A lot depends on whether you use single or double quotation marks.
The expression ‘A’ represents a single character. During compilation, C++ replaces this expression with the ASCII value for a letter ‘A’, which happens to be 65 decimal.