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

Can manipulators fall in love?

0 Answers  


Is c++ vector a linked list?

0 Answers  


What are the different data types present in C++?

4 Answers  


what are the iterator and generic algorithms.

0 Answers  


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


Differentiate between an inspector and a mutator ?

0 Answers  


Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.

0 Answers   An-Najah National University,


Is there any difference between int [] a and int a [] in c++?

0 Answers  


Declare a class vehicle and make it an abstract data type.

0 Answers  


Is c# written in c++?

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Categories