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