Strings in C++

Character encoding is the process of converting a character to its binary representation. How characters are encoded is called an encoding scheme. ASCII is a 7-bit encoding scheme that was meant to display English uppercase and lowercase letters, digits, and punctuation marks. There are 128 ASCII characters. ................
................