...
- Sign and magnitude
- Two's complement
- Ones' complement
This is a specific example of the recommendation MSC14-C. Do not introduce unnecessary platform dependencies.
Noncompliant Code Example
...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
INT16-C | medium | unlikely | medium high | P4 P6 | L3 L2 |
References
| Wiki Markup |
|---|
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] Section 6.2.6.2 |