Ask Question
16 July, 12:40

What data type is required for the argument in the toupper and tolower functions?

+4
Answers (1)
  1. 16 July, 13:03
    0
    Toupper and tolower functions work with text. Data type used for text is string.

    toupper function returns a string where all letters are capitalized. tolower function returns a string where none of letters is capitalized.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What data type is required for the argument in the toupper and tolower functions? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers