...
Likewise, you should use uppercase LL rather than lowercase ll when indicating that an integer literal constant is a long long
value.
Noncompliant Code Example
...
Confusing a lowercase letter l (ell) with a digit 1 (one) when indicating that an integer denotation is a long
value could lead to an incorrect value being written into code.
...
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...