Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Bitwise Operators Questions
Bitwise can be used to perform addition and subtraction.
Bitwise | can be used to set multiple bits in number.
Bitwise & can be used in conjunction with ~ operator to turn off 1 or more bits in a number.
Bitwise | can be used to multiply a number by powers of 2.
Bitwise can be used to reverse a sign of a number.
Bitwise can be used to generate a random number.
Bitwise | can be used to set a bit in number.
1
2