1.

Which function tests for any character that is an uppercase letter.(a) iscntrl()(b) ispunct()(c) isdigit()(d) isupper()This question was addressed to me in semester exam.Question is from Character Handling topic in division String Operations in C of C

Answer»

Correct choice is (d) isupper()

Explanation: isupper() returns TRUE only for the CHARACTERS defined as UPPERCASE LETTERS.



Discussion

No Comment Found

Related InterviewSolutions