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

What are the two types of comments, and how do they differ?

0 Answers  


What are disadvantages of pointers?

0 Answers  


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


How many standards of c++ are there?

0 Answers  


Difference between delete and free.

0 Answers  


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

0 Answers  


What is difference between class and structure in c++?

0 Answers  


How many characters are recognized by ANSI C++?

0 Answers   Hexaware, NIIT,


What are function prototypes?

0 Answers  


There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.

2 Answers   Nagarro,


What is pair in c++?

0 Answers  


Categories