#include <stdio.h> #include <limits.h> int main() { printf("INT_MIN %d\n", INT_MIN); printf("INT_MAX %d\n", INT_MAX); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: