C: Print character codes in a table.

Subscribers:
772
Published on ● Video Link: https://www.youtube.com/watch?v=W8me8An2fA4



Duration: 3:08
7 views
1


A program that will output the printable characters for character
code values from 0 to 127. Each character code is printed along with its symbol. Make sure the columns are aligned.

UPGRADES to original exericse!
- User selects between 1-8 columns to display.
- CHAR_MAX to control upper limit of char codes.

Git repo: https://github.com/pereiradaniel/beginning_c/blob/master/ch4/exercises/4_2/exercise4_2.c
Blog: https://pereiradpg.blogspot.com/2023/01/c-print-character-codes-in-table.html







Tags:
C language
programming
tutorials
character codes
char
print table
columns
rows