Question: what does the ctype tolower() function do?

  1. It returns TRUE for lowercase letters of the alphabet.
  2. It ensures that text output uses only ASCII values (0 through 127).
  3. It returns FALSE for lowercase letters of the alphabet.
  4. It converts an uppercase letter of the alphabet to lowercase.

Answer: The correct answer of the above question is Option D:It converts an uppercase letter of the alphabet to lowercase.