...
Noncompliant Code Example
This noncompliant code example can result in a divide-by-zero error during the division of the signed operands sl1
and sl2
.
...
Noncompliant Code Example
This noncompliant code example can result in a divide-by-zero error during the modulo operation on the signed operands sl1
and sl2
.
...