#include <stdio.h>#include <ctype.h> int main() { char ch = 'I'; printf("%d\n", isspace(ch)); }
Non-zero number
Previous Question Next Question
Your comments will be displayed only after manual approval.