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

Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Which function cannot be overloaded c++?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


What is c++ 11 and c++ 14?

0 Answers  






How is computer programming useful in real life?

0 Answers  


Which is most difficult programming language?

0 Answers  


What is the this pointer?

0 Answers  


How do I open binary files?

1 Answers  


Do you know the use of vtable?

0 Answers  


What is Destructor in C++?

0 Answers  


How to create a pure virtual function?

1 Answers  


Categories