πŸ“Š C Programming
Q. The function tolower() defined in the C library works for ___?
  • (A) Ascii character set
  • (B) Ascii and utf-8 but not the EBSIDIC character set
  • (C) Unicode character set
  • (D) Any set of characters
πŸ’¬ Discuss
βœ… Correct Answer: (D) Any set of characters

Explanation: The function tolower() takes an uppercase alphabet and converts it to lowercase.

Explanation by: Admin
The function tolower() takes an uppercase alphabet and converts it to lowercase.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
183
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
81%
Success Rate