Question: Write a program that gets a letter from the user. It then displays all the words that begin and end with that input letter that
Write a program that gets a letter from the user. It then displays all the words that begin and end with that input letter that are stored in an array of strings as given by: char words [5][20] = { "academia", "window", "widow", "deadwood", "decoded" };
solve it for C program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
