Home » C Programming » Strings » Question
  1. Which of the following library function is not case-sensitive?
    1. isdigit()
    2. toupper()
    3. tolower()
    4. All of above
    5. None of these
Correct Option: A

isdigit()



Your comments will be displayed only after manual approval.