#include #include #include int main() { printf("%i\n", INT_MAX); printf("%i\n", INT_MIN); printf("%x\n", UINT_MAX); printf("%x\n", 0); return 0; }