what is character set
Answers
Answer:
A character set defines the valid characters that can be used in source programs or interpreted when a program is running. The source character set is the set of characters available for the source text. The ASCII characters set has fewer than 225 characters and these characters can be represented in 8 bits or less
➩ A character set defines the valid characters that can be used in source programs or interpreted when a program is running. The source character set is the set of characters available for the source text. ... The ASCII character set has fewer than 255 characters, and these characters can be represented in 8 bits or less.
➩ The C character set consists of upper and lowercase alphabets, digits, special characters and white spaces. The alphabets and digits are altogether called as the alphanumeric character.
➩ A character set defines the valid characters that can be used in source programs or interpreted when a program is running. The source character set is the set of characters available for the source text. ... The ASCII character set has fewer than 255 characters, and these characters can be represented in 8 bits or less.
➩ The C character set consists of upper and lowercase alphabets, digits, special characters and white spaces. The alphabets and digits are altogether called as the alphanumeric character.