C
Programming and Technical
Numerical Ability
Age Problem
Which bit wise operator is suitable for putting on a particular bit in a number?
Read Solution (Total 1)
-
- | operator is suitable for putting on a particular bit in a number
"|" this operator is known as OR operator
and
we know that with or operator
1| 0 = 1
1| 1 = 1
that's why here we use or operator
- 10 years agoHelpfull: Yes(0) No(0)
C Other Question