Question: C PROGRAMMING Please Explain Write a function definition(implementation) for a function findLastA(), the function should take in a string (character pointer) and return the char
C PROGRAMMING
Please Explain
Write a function definition(implementation) for a function findLastA(), the function should take in a string (character pointer) and return the char pointer to the last occurrence of the letter A in the string.
The function header should look like this:
char* findLastA (char* inputStr) {
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
