What is the bitwise operator in C?

Last Update: Apr 27 2024 | BY: Anurag Vema

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 Us: advertise@gdatamart.com

Donate Us: Support to GDATAMART

LifeStyle & Fun

© 2024 GDATAMART.COM (All Rights Reserved)