I'm reviewing the entire course material for an upcoming final exam. There is at least one question in my review "packet" to which I cannot find the answer in my textbook, in the professor's PowerPoint presentation, or on Google. (I even changed the phrasing of my Google search) The question is this:
The call to the library function
tolower(someChar)
returns 'g' if someChar is 'G' but returns an unknown value if someChar is '#'.