Programming In C, C language character set
Question: Describe the purpose of C language character Set.
Answer: C language character set includes:
Letters: C language comprises the following set of letters to form a standard program. They are:
- A to Z in capital letters.
- A to z in small letters.
In C programming, small letter and caps letter are distinct.
- Digits: C language comprises of the following sequences of numbers
to associate the letters 0 to 9 digits.
Special Characters: C Language contains the following special characters in association with the letters and digits.
Comments
Post a Comment