0% found this document useful (0 votes)
1K views

C Character Set

The C character set contains alphabets, digits, and special symbols that are used to construct C program instructions. It supports English uppercase and lowercase letters, 10 digits from 0 to 9, and special symbols for mathematical operations, condition checking, whitespace, and more. The C character set follows the ASCII code format where every character has a unique ASCII value that is used to convert it to binary language.

Uploaded by

VINAYKUMAR Y B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

C Character Set

The C character set contains alphabets, digits, and special symbols that are used to construct C program instructions. It supports English uppercase and lowercase letters, 10 digits from 0 to 9, and special symbols for mathematical operations, condition checking, whitespace, and more. The C character set follows the ASCII code format where every character has a unique ASCII value that is used to convert it to binary language.

Uploaded by

VINAYKUMAR Y B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 6

C Programming Language

CHARACTER SET

www.btechsmartclass.com
What is C Character set?

C Character set is a collection of characters


supported in C programming language.

C Programming language has a rich set of characters


which are used to construct c program instructions.

1
What does C Character Set contains?
Alphabets
- C Language supports all alphabets of English. It supports
both UPPERCASE & lowercase letters

Digits
- C Language supports 10 digits to construct numbers. Those
10 digits are 0,1,2,3,4,5,6,7,8,9
Special Symbols
- C supports a rich set of special symbols that include symbols
to perform mathematical operations, condition checking,
white space, back space, etc… 2
Commonly used Special Symbols with ASCII Values

3
Note
- In C Programming Language, the character set follow ASCII
(American Standard Code for Information Interchange) code
text format.

- Every character in C language has the respective ASCII value


which is used to convert a character into Binary language.

4
For more information please visit www.btechsmartclass.com

Please do subscribe my channel

You might also like