Question: Write a C program that reads from stdin one 8-bit character at a time. The program should count all letters read. If a digit (09)
Write a C program that reads from stdin one 8-bit character at a time. The program should count all letters read. If a digit (09) is read the program should print digit and stop. Otherwise the program should print only the final count of the number of letters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
