Question: Write a program named prob3.c, that will read a character and display the character and the next two characters in the ASCII character set in

Write a program named prob3.c, that will read a character and display the character and the next two characters in the ASCII character set in the following format. Use getchar() and putchar() for your input and output. Example (Don't print Input: and Output:) Input: b Output: bbccdd
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
