Aspirant Academy

MCQ

Bitwise operators MCQ - Practice Questions with Answers

Solve 1 Bitwise operators questions for RAS/RPSC preparation.

Practice questions

Q1Which of the following is not a bitwise operator?

A <<
B .
C &
D >>
Explanation

Bitwise operators work directly on the binary representation of values. The left-shift symbol << shifts bits to the left, the right-shift symbol >> shifts bits to the right, and the ampersand & is the bitwise AND operator. A full stop or dot is not a bitwise operator; in many programming contexts it is used for member access or as part of numeric notation, depending on the language. Therefore the dot is the item that does not belong to the set of bitwise operators.

You've seen 1 of 1 sample questions

Unlimited practice on Bitwise operators comes with the RAS Test Series + Practice pack or Gate Pass.

More topics in Basic Computer

Explore other subjects