Computer Science, asked by Anonymous, 1 year ago

Write a Short Note on C++ Character set .


Anonymous: :)
Anonymous: can u answer please :/?
Anonymous: i donno about it

Answers

Answered by yashpatidar
7
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.
Character Set is the combination of alphabets or characters, digits, special symbols and white spaces same as learning English is to first learns the alphabets, then learn to combine these alphabets to form words, which in turn are combined to form sentences and sentences are combined to form paragraphs. More about a C++ program we can say that it is a sequence of characters. These character from the character set plays the different role in different way in the C++ compiler. The special characters are listed in Table
In addition to these characters, C++ also uses a combination of characters to represent special conditions. For example. character combinations such as '\nt, '\b' and '\t' are used to represent newline, backspace and horizontal tab respectively
hope it is useful to you!!!!!

syedttabish: Is this answer???? Or a book
Answered by tanu66
5
hello....

A character can be an alphabet, digit or any special symbol which is used to represent information.

The given table represents the list of characters used in C++

1<> Alphabets... A, B.............. Y, Z
a, b.................. y, z

2.<> digits..... 0,1,2,3,4,5,6,7,8,9

3. special symbol # <–> -+ + . = ? / * : ; & % {^} \ [^] etc..

tanu66: thank you
tanu66: for selecting my answer
Similar questions