Is it safe to refer same variables in LHS and RHS while using Bitwise 
operators. Like:

int x = 0 ;
int y = 0;
x = x | y;
OR
int z = x | y ;
x = z;
is more safe and why?

Regards,
Prakash




      

[Non-text portions of this message have been removed]

Reply via email to