Which bit wise operator is suitable for checking 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 is the oldest programming language?

0 Answers  


What is the extraction operator and what does it do?

0 Answers  


What is the difference between a reference and a pointer?

0 Answers  


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  


"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"

9 Answers   College School Exams Tests, HCL,






What is the disadvantage of using a macro?

0 Answers  


Differentiate between a pointer and a reference with respect to c++.

0 Answers  


Is it possible to provide special behavior for one instance of a template but not for other instances?

0 Answers  


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

0 Answers  


What do you mean by funtion prototype?

0 Answers  


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

0 Answers  


what is oops and list its features in c++?

0 Answers  


Categories