Problem
Define a function that separately counts the number of lowercase and uppercase letters included in a C-string. For example, if the input C-string is "I aM a TeaCher!", the function identifies that there are 4 uppercase and 7 lowercase letters included in the input string.