Vidyalelo
C Programming · Q191

File Input Output

Programming · C Programming · question 191

Q191

What will be the output of the following C code? #include #include int main() char c = 't'; printf("%d ", isspace(c));

A.
Non-zero number
Answer
B.
Nothing
C.
Error
D.
t

Answer: Option A

Solution

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