#include int main() { long double lowest = -__LDBL_MAX__; // also overflows with positive __LDBL_MAX__ printf("%Lf\n", lowest); return 0; }