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?
Discussion:
18 comments Page 1 of 2.
Arthi said:
1 decade ago
Becase its left shift operator.
Saranya said:
1 decade ago
All are bitwise operators.
Naresh said:
1 decade ago
Saranya is correct.
Ishan said:
1 decade ago
<< shift operator are not properly bitwise operator it is bitwise operation.
Sundar said:
1 decade ago
C# Operators:
Logical (boolean and bitwise): & | ^ ! ~ && || true false
Shift: << >>
Relational: == != < > <= >=
Logical (boolean and bitwise): & | ^ ! ~ && || true false
Shift: << >>
Relational: == != < > <= >=
Aishik said:
1 decade ago
<< this is a left shift operator but it works on bits. It shifts and no.of bits. Hence it is also a bit wise operator.
Carmel Raj said:
1 decade ago
Shift Operator is also bitwise operator so all are Bitwise operator.
Sudesh Kumar said:
1 decade ago
Here all operators are bit wise operators.
Harshith said:
1 decade ago
It is a bit wise operator.
Vikrant said:
1 decade ago
All above are bitwise operators, below is a reference for shift operator.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers