Which bit wise operator is suitable for turning off a particular bit in a number?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How can you tell what shell you are running on unix system?

0 Answers  


Is swift a good first language?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


Can we make copy constructor private in c++?

0 Answers  


How much is c++ certification?

0 Answers  






Is it possible for a member function to delete the pointer, named this?

0 Answers  


When must you use a pointer rather than a reference?

0 Answers  


What is the syntax for a for loop?

0 Answers  


How do you initialize a string in c++?

0 Answers  


What is a friend function in c++?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What is an inclusion guard?

0 Answers  


Categories