Created: 2023-01-10 15:32
Status: #concept
Subject: Programming
Tags: Character Set Character
ASCII
American Standard Code for Information Interchange
C uses the ASCII Character Set.
It’s a 8-bit (or 1 Byte) code that can represent 255 different characters.
The ASCII Table
References
- C Programming, A Modern Approach, 2nd Edition, Chapter 7.3