C: Print character codes in a table.


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.

Popular posts from this blog

C programming and relevancy

Shakespeare AI: My lady is more beauteous than a rose.

C: Temperature Conversion With Main Repeat