Question: Program must be written in C Homework Display ASCII table for characters of your first and last name. Specs: Must use functions: - convert_to_binary (int
Homework Display ASCII table for characters of your first and last name. Specs: Must use functions: - convert_to_binary (int number_in_dec) convert_to_hex (int number_in_dec) Sample input: "Ryan Kopinsky" Sample output: char \t dec \t bin \t hex R82 01010010 52 y 121 01111001 79 97 01100001 61 110 01101110 6E 32 00100000 20 K... a n Homework Display ASCII table for characters of your first and last name. Deliverables: Working, sufficiently-commented code Hints: Array size = # of characters in your full name +2: One additional space for between first and last name characters - One additional space for '10' to terminate the string For example, for "Ryan Kopinsky" use name [14]. Use fgets to read in name. Do not hardcode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
