Mind42 lives from advertising revenue.
Please enable advertisements or get an ad-free account.
Sign up or sign in to like or comment on this mind map

Character set in C programming - Codiens

298 views 0 likes
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.

https://codiens.com/character-set-c/