Possible Duplicate:
What does “-1L” mean in C?
What does "0L", "1L" mean in C ? How is it different from "0" and "1" ? Is there other literals than "L" with similar function in C ?
It's an integer constant that has a long int
type instead of int
.
C11, § 6.4.4.1 Integer constants #1
long-suffix: one of
l
L
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