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
AnswerB.
Nothing
C.
Error
D.
t
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board