Why is && preferable to & and || preferable to |?
&&
&
||
|
I asked someone who\'s been programming for years a
C# Operators should explain why:
Essentially having two &'s or |'s means that it is a conditional rather than a logical, so you can tell the difference between the two.
& Operator has an example of using one &.