Define character set of c++
Answers
Answered by
2
character set means the language that c++ can understand .
Ironmanmark47:
yes
Answered by
1
Character set is the combination of English language (Alphabets and White spaces) and math's symbols (Digits and Special symbols). Character Set means that the characters and symbols that a C++ Program can understand and accept. These are grouped to form the commands, expressions, words, c-statements and other tokens for C++ Language.
Similar questions