21-03-2018, 06:51 PM
Does the following expression comply with Rule 13.2?
(x = a) && (x = b)
What if it is preceded by the following declaration?
int a = 0;
Thanks,
rCs
(x = a) && (x = b)
What if it is preceded by the following declaration?
int a = 0;
Thanks,
rCs
<t></t>