Which bit wise operator is suitable for putting on 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

What is a far pointer? where we use it?

0 Answers  


What are the five basic elements of a c++ program?

0 Answers  


What is static in c++?

0 Answers  


Is c++ faster than c?

0 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  






What are the unique features of C++.

0 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


Why do we learn c++?

0 Answers  


Difference between struct and class in terms of access modifier.

0 Answers  


Brief explaination about #include<iostream.h>, cin and cout

3 Answers  


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

0 Answers  


Categories