Home » C Programming » Data Types » Question
  1. function tolower(c) defined in library <ctype.h> works for ___________.
    1. Unicode character set
    2. Ascii and utf-8 but not EBCDIC character set
    3. Ascii character set
    4. Any character set
    5. None of these
Correct Option: D

Any character set



Your comments will be displayed only after manual approval.