Question: Write a C language program that does this: make a function called noletter with char in[] and char out[] in[] will read a phrase from
Write a C language program that does this:
make a function called "noletter" with char in[] and char out[]
in[] will read a phrase from the user
out[] will be all non-letter character from a phrase in in[] including uppercase letter
for example:
user input is: hello World112./!!
the output will be 112./!!
print out both in[] and out[]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
