C# Programming - Operators - Discussion

Discussion Forum : Operators - General Questions (Q.No. 5)
5.
Which of the following is NOT a Bitwise operator in C#.NET?
&
|
<<
^
~
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
18 comments Page 2 of 2.

Ashiq vkd\ said:   9 years ago
All the given operators are the bitwise operators.

Sudesh Kumar said:   1 decade ago
Here all operators are bit wise operators.

Arthi said:   1 decade ago
Becase its left shift operator.

Harshith said:   1 decade ago
It is a bit wise operator.

Saranya said:   1 decade ago
All are bitwise operators.

Ipsita pani said:   9 years ago
All are bitwise operator.

Karan k said:   10 years ago
Yes, left shift key.

Naresh said:   1 decade ago
Saranya is correct.


Post your comments here:

Your comments will be displayed after verification.