Character Set in C++

Character set in C++ means it's not something different; for example, in English, we have alphabets. Likewise, C++ also has a set of supported characters. Since it is a high-level programming language, its syntax is not very hard to learn. Let's see about it...

Here's the set of symbols (characters) supported in C++:

  1. Lower case alphabets (a-z)
  2. Upper case alphabets (A-Z)
  3. Numbers (0-9)
  4. Special characters (~,@,!,#,%,$,...)