79390201

Date: 2025-01-27 09:11:39
Score: 1
Natty:
Report link

I Checked this by running in an online compiler and its printing 0 as expected.

#include <ctype.h>
#include <stdio.h>

int main() {
    printf("%d", isupper(97)); // its printing 0
    return 0;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anil Kumar