1.

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

Answer»

Right choice is (b) islower()

EASY EXPLANATION - INT islower( int C);

The islower function tests for any CHARACTER that is a lowercase letter.



Discussion

No Comment Found

Related InterviewSolutions