Question: answer the following question in C Write a function called LetterHist() that takes a String as a parameter and that returns a histogram of the
answer the following question in C
Write a function called LetterHist() that takes a String as a parameter and that returns a histogram of the letters in the String. The zeroeth element of the histogram should contain the number of as in the String (upper and lower case); the 25th element should contain the number of zs. Your solution should only traverse the String once.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
