Examveda
Examveda

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

D. no function as such

Answer: Option C


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings