What are the types of bitwise operator?



What are the types of bitwise operator?..

Answer / Deep Kamal Tiwari

In C, there are six basic bitwise operators: AND (&), OR (|), XOR (^), NOT (~), Left Shift (<<), and Right Shift (>>).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is structure packing ?

2 Answers   HP,


How can I find the modification date of a file?

1 Answers   Celstream,


application attempts to perform an operation?

1 Answers  


What header files do I need in order to define the standard library functions I use?

1 Answers  


Explain the term printf() and scanf() used in c language?

1 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

5 Answers   Aricent, TCS,


How to declare a variable?

1 Answers  


What are different types of pointers?

1 Answers  


What are the application of c?

1 Answers  


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

1 Answers  


Can we compile a program without main() function?

1 Answers  


Categories