Vidyalelo
C Programming · Q75

Arrays and Strings

Programming · C Programming · question 75

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
Answer
D.
no function as such

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board