Amir K. answered 02/19/20
Tutor
5.0
(58)
MS in Computer Science with 20+ Years of Experience
ischar(int) and isvalid(int) - Haven't seen in standard C library
isspace(int) and isspace(int) - Returns TRUE or some positive number
a) ischar - not a standard library function
b) isvalid - not a standard library function
c) isspace - return 0
d) ispunct - return 0
e) isprint - some positive number
f) isalnum - some positive number