I often see in code things like 60*60
instead of 3600
. Do they both compiler to the same exact thing? I.e., does the precompiler replace 60*60 with 3600
for you?
Yes, constant expressions are evaluated at compile-time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With