Question: A C program which contains a function incase, taking a string pointer argument, which inverts the case of each letter in the provided string; a
A C program which contains a function incase, taking a string pointer argument, which inverts the case of each letter in the provided string; a main function which asks user for input strg, calls incase func using a pointer to that string, and prints the output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
