1.

Which of the following is not a bitwise operator?(a) |(b) ^(c) .(d)

Answer»

The correct option is (C) .

The EXPLANATION: All except the DOT(.) operator are bitwise operators.

|: Bitwise OR

^ : Bitwise XOR

<< : Shift Left



Discussion

No Comment Found

Related InterviewSolutions