C Programming - Bitwise Operators - Discussion

Discussion Forum : Bitwise Operators - Yes / No Questions (Q.No. 7)
7.
Bitwise | can be used to set a bit in number.
Yes
No
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

RENU said:   1 decade ago
Suppose if there is 0000 by using BITWISE OR we can make it to 1111 like 0000 BITWISE OR 1111 = 1111.

Post your comments here:

Your comments will be displayed after verification.