Which bitwise operator is used to check whether a particular bit is on or off?


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

Post New Answer

More C++ General Interview Questions

C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


Please explain class & object in c++?

0 Answers  


What is the history of c++?

0 Answers  


What is a volatile variable in c++?

0 Answers  


Why namespace is used in c++?

0 Answers  






Distinguish between new and malloc and delete and free().

0 Answers  


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

0 Answers  


What is the difference between #import and #include in c++?

0 Answers  


how many trys can we write in one class

3 Answers   Cap Gemini,


Write a program to concatenate two strings.

0 Answers  


Define private, protected and public access control.

0 Answers  


What is volatile and pragma? When they are used?

1 Answers  


Categories