0

C language question

For my practice i took a calculator app for practice where in if statement there is DBX max what does it do and how it came. I Googled but it didnt worked.. Line 31 https://sololearn.com/compiler-playground/cVgx4GezkW19/?ref=app

11th Oct 2025, 7:36 AM
Axxcii
Axxcii - avatar
3 Respostas
+ 1
DBL_MAX is the maximum float that can be represented. As I understand your code, it seems you want to use DBL_MAX to indicate an invalid result due to inappropriate user input?
11th Oct 2025, 9:58 AM
Lisa
Lisa - avatar
0
Lisa is DBL_MAX is an keywords?
11th Oct 2025, 12:34 PM
Axxcii
Axxcii - avatar
0
It is a constant.
11th Oct 2025, 12:42 PM
Lisa
Lisa - avatar