C Programming - Bitwise Operators
Exercise : Bitwise Operators - Yes / No Questions
1.
Bitwise & can be used in conjunction with ~ operator to turn off 1 or more bits in a number.
2.
Bitwise can be used to reverse a sign of a number.
3.
Bitwise can be used to generate a random number.
4.
Bitwise | can be used to multiply a number by powers of 2.
5.
Bitwise | can be used to set multiple bits in number.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers