I am trying to understand the difference between & and &&operators in C#. I searched on the internet without success. Can somebody plea
&
&&
& is a bitwise operator and && is a logical operator that applies to bool operands.
bool