TOP CATEGORIES

×

What is the bitwise operator in C?

R

Rehan

Bitwise operator in C

Bitwise operator is used for manipulation of data at the bit level. In C programming there are many bitwise operators in which bitwise AND, bitwise OR, bitwise exclusive OR, shift left, shift right. below I'm going to list all bitwise operator with their symbols


& - bitwise AND

| - bitwise OR

^ - bitwise exclusive OR

<< - shift left

>> - shift right

0 votes

Your Answer

Email: advertise@gdatamart.com

Donate: To Support US

© 2024 GDATAMART.COM (All Rights Reserved)