I have the following code:
float numb = 0.00f; if (numb > FLT_MIN && numb < FLT_MAX) printf("Valid"); else printf("NOT Va