Q75
What does the following C code do? int iscntrl( int c);
A.
checks if character is upper case
B.
checks if character is lower case
C.
tests for any control character
AnswerD.
no function as such
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board