Q:

WHAT IS BITWISE OPERATOR IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS BITWISE OPERATOR IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Bitwise operators are used to perform bit operations. Decimal values are converted into binary values which are the sequence of bits and bit wise operators work on these bits.

Bit wise operators in C language are & (bitwise AND), | (bitwise OR), ~ (bitwise OR), ^ (XOR), << (left shift) and >> (right shift).

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT ARE ALL DECISION CONTROL STATEMENTS IN C?... >>
<< WHAT IS THE LOGICAL OPERATOR IN C?...