Your Ad Here
0

Which bit wise operator is suitable for putting on a particular bit in a number ?

Posted by The Blogger on 9:19 AM in ,
Answer:

The bitwise OR operator. In the following code snippet, the bit number 24 is turned ON:

some_int = some_int | KBit24;


tags: c interview questions and answers, c interview question Which bit wise operator is suitable for putting on a particular bit in a number, Which bit wise operator is suitable for putting on a particular bit in a number

0 Comments

Post a Comment

Your Ad Here

Copyright © 2009 Interview Questions and Answers