C: Refactored character code table printer.

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



Duration: 2:02
18 views
1


Refactored version of previous program: https://youtu.be/W8me8An2fA4

Extend the previous program to output the appropriate name, such as “newline”, “space”, “tab”, and so on, for each whitespace character.

Git repo: https://github.com/pereiradaniel/beginning_c/blob/master/ch4/exercises/4_3/exercise4_3.c
Blog: https://pereiradpg.blogspot.com/2023/01/c-refactored-character-code-table.html







Tags:
C language
programming
tutorial