22-01-2014, 07:33 AM
rule 19.1 example :
a = b; /* Compliant - exception 1 */
a and b are not overlapping object.
Therefore, this code is improper as the example.
Is it right?
a = b; /* Compliant - exception 1 */
a and b are not overlapping object.
Therefore, this code is improper as the example.
Is it right?
<t></t>