...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Other Languages
This rule appears in the C++ Secure Coding Standard as DCL06-CPP. Use meaningful symbolic constants to represent literal values in program logic and in the C Secure Coding Standard as DCL06-C. Use meaningful symbolic constants to represent literal values in program logic.
...
DCL02-J. Do not overload variable argument methods 03. Declarations and Initialization (DCL) DCL04-J. Do not declare more than one variable per declaration