Examveda
Examveda

What do the following C function do?
int isgraph(int c);

A. tests for only space character

B. tests for only digit

C. tests for only lower case

D. tests for any printing character

Answer: Option D


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings