Interview Questions

Bitwise AND operator in C# is ...

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

Bitwise AND operator in C# is ...

Bitwise AND operator in C# is
* &
* &&
* AND
* XAND


Answer1:
&&

Answer2:
&

(Continued on next question...)

Other Interview Questions