

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about the Bitwise & operator used in C#.NET? 1.The & operator can be used to Invert a bit. 2.The & operator can be used to put ON a bit. 3.The & operator can be used to put OF |
A. | 2, 3, 5 |
B. | 1, 2, 4 |
C. | 3, 4, 5 |
D. | 3, 4 |
Answer» D. 3, 4 | |