Hacker News new | ask | show | jobs
by victorhugo31337 3580 days ago
Whole number: "a number without fractions; an integer."

#include <stdio.h>

int main(int argc, char *argv[]) {

    int num = -3;

    fprintf(stdout, "%d\n", num);
return 0;

}

Some people say whole numbers are not negative, while other people say zero is also not a whole number.