Which function returns true only for the characters defined as lowercase letters?
(a) islow()
(b) islower()
(c) isalpa()
(d) isalnum()
The question was asked in an internship interview.
My doubt stems from Character Handling topic in division String Operations in C of C