Question: . Write a function that lets the user enter alphabet letters into a static char array until either the user enters a non-alphabet letter or
. Write a function that lets the user enter alphabet letters into a static char array until either the user enters a non-alphabet letter or it has reached the MAXSIZE. You can use the isalpha([char]) function in the cctype library to check if the input is an alphabet letter or not
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
