Character set in C programming - Codiens
By codiens 02
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/ #charactersetincprogramming , #cprogramming , #ctutorials , #whatisthecharacterset , #asciicharactersetinc