What is a memory leak? Provide an example.
Write a function recCountVowels() which accepts a pointer to a string, and any other arguments you see fit, and recursively counts the number of vowels in the provided string. This function should return the number of vowels in the string.