#charactersetincprogramming
Explore tagged Tumblr posts
codiens2 · 4 years ago
Photo
Tumblr media
Character set in C programming - Codiens
As we know, our basic language for example English contains a set of characters used for constructing words, sentences, etc. 
C language also has its own character set named ASCII. And it supports a total of 256 characters. It includes uppercase and lowercase alphabets, digits, escape sequences special symbols, and white spaces. 
In computing, each character is represented by a number.
For example:-  A is represented by 65 and a is by 97. Read more.
1 note · View note