Question: In the space below, write a C function definition for a function named StrLower, which will receive one parameter, a pointer to a null-terminated string
In the space below, write a C function definition for a function named StrLower, which will receive one parameter, a pointer to a null-terminated string (i.e., pointer to char), convert each character in the string to lowercase (using the tolower function from
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
