Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
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