Question: write a recursive C function names processString that takes a C-string as a single argument and prints any character in the string that is not
write a recursive C function names processString that takes a C-string as a single argument and prints any character in the string that is not a capital letter
note:
the use of a global variable is not allowed.
the use of static variable is not allowed.
the use of functions from string.h library is not allowed.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
