Question:
Write a subroutine that finds the last occurrence of character(c) in string(s).
Returns a pointer ti the last occurrence of c in string s, or NULL if c is not found